]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPrint.h
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / ControlPrint.h
index d0c16fbcc95b1d3de1fd965482074a071d0a5c25..8d0374a612b67a1c299c77ad93fa4be209750cb9 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef CONTROLPRINT_H
 #define CONTROLPRINT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 
@@ -34,7 +31,6 @@ public:
        string const Browse(string const &);
        ///
        PrinterParams & params() const;
-
 private:
        /// Get changed parameters and Dispatch them to the kernel.
        virtual void apply();