diff --git a/ChangeLog b/ChangeLog index f6cec10f..42d108c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-12 Tatsuhiro Tsujikawa + + Removed FileEntry::getAssociatedUris() + * src/FileEntry.h + 2009-07-12 Tatsuhiro Tsujikawa Updated doc: TODO1.5 -> TODO diff --git a/src/FileEntry.h b/src/FileEntry.h index 6e894f6d..c51b939c 100644 --- a/src/FileEntry.h +++ b/src/FileEntry.h @@ -117,12 +117,6 @@ public: void setupDir(); - // TODO1.5 remove this in favor of getRemainingUris() - const std::deque& getAssociatedUris() const - { - return _uris; - } - const std::deque& getRemainingUris() const { return _uris;