src/ldDocument.h

changeset 998
5be0ce31ce60
parent 997
1b49f34e533d
child 1012
413ecd6b9801
--- 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);

mercurial