]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ButtonControllerBase.C
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / ButtonControllerBase.C
index 16226f73f99fcaa4f10fd5c9f38428877f301447..d35c4d6954bff5f4259becd32000f9ee6019548c 100644 (file)
@@ -8,9 +8,6 @@
  * Full author contact details are available in file CREDITS
  */
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include <config.h>
 #include "ButtonControllerBase.h"
@@ -125,4 +122,3 @@ bool ButtonControllerBase::checkWidgets()
        // return valid status after checking ALL widgets
        return valid;
 }
-