--- a/src/ldDocument.h Tue Sep 22 23:38:19 2015 +0300 +++ b/src/ldDocument.h Sun Oct 04 02:52:03 2015 +0300 @@ -123,14 +123,5 @@ // Parses a string line containing an LDraw object and returns the object parsed. LDObject* ParseLine (QString line); - -// Is it safe to close all files? -bool IsSafeToCloseAll(); - -LDObjectList LoadFileContents (QFile* f, int* numWarnings, bool* ok = nullptr); - -const LDObjectList& selectedObjects(); -void AddRecentFile (QString path); -void LoadLogoStuds(); QString Basename (QString path); QString Dirname (QString path);