diff -r 1738bdaf36d6 -r 5903cfa6b4d9 src/ldDocument.cpp --- a/src/ldDocument.cpp Mon Jan 30 00:59:06 2017 +0200 +++ b/src/ldDocument.cpp Mon Jan 30 02:18:42 2017 +0200 @@ -387,13 +387,6 @@ // ============================================================================= // -int LDDocument::getObjectCount() const -{ - return countof(objects()); -} - -// ============================================================================= -// bool LDDocument::hasUnsavedChanges() const { return not isCache() and history()->position() != savePosition();