--- 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