gui.h

changeset 164
8c93d8e38494
parent 163
46955613626d
child 165
88a03c1a52d9
--- a/gui.h	Sun May 05 17:04:42 2013 +0300
+++ b/gui.h	Mon May 06 00:10:56 2013 +0300
@@ -190,17 +190,10 @@
 bool confirm (str title, str msg);
 bool confirm (str msg);
 void critical (str msg);
-QAction* const& findAction (str name);
+QAction* findAction (str name);
 
 // -----------------------------------------------------------------------------
 // Pointer to the instance of ForgeWindow.
 extern ForgeWindow* g_win;
 
-// Is this still needed?
-enum {
-	LDOLC_Icon,
-	LDOLC_Data,
-	NUM_LDOL_Columns
-};
-
 #endif // GUI_H
\ No newline at end of file

mercurial