Skip to content

Commit 1745ee8

Browse files
committed
Remove todo
Signed-off-by: Darby Johnston <[email protected]>
1 parent 94855cf commit 1745ee8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/opentimelineio/anyDictionary.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ class AnyDictionary : private std::map<std::string, std::any>
132132
map::swap(other);
133133
}
134134

135-
/// @todo Remove all of these.
136-
///
137-
///@{
138-
139135
/// @brief Return whether the given key has been set.
140136
///
141137
/// If key is in this, and the type of key matches the type of result, then
@@ -198,8 +194,6 @@ class AnyDictionary : private std::map<std::string, std::any>
198194
}
199195
}
200196

201-
///@}
202-
203197
using map::empty;
204198
using map::max_size;
205199
using map::size;

0 commit comments

Comments
 (0)