]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCredits.h
ws cleanup
[lyx.git] / src / frontends / gnome / FormCredits.h
index b924ff1053976cc893b55e4ba1ff166f46341b8b..0c0400aaab72f2219cbef6d6f2ffbdd68abf7e2f 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /* This file is part of
  * =================================================
- * 
+ *
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
  *          Copyright 1995-2000 The LyX Team.
  *
- * ================================================= 
+ * =================================================
  *
  * \author Michael Koziarski <michael@koziarski.org>
  * */
 #include "ControlCredits.h"
 #include "GnomeBase.h"
 
-namespace Gnome {
-class Dialog;
-}
-
 namespace Gtk {
 class Button;
 class Text;
@@ -38,31 +34,22 @@ public:
        ///
        FormCredits(ControlCredits & c);
        ///
-       ~FormCredits();
+       ~FormCredits() {};
 
-       void apply();
+       void apply() {};
+       void update() {};
 
-       void hide();
-       void show();
-       void update();
-       
 private:
-       
+
        /// Build the dialog
        void build();
 
-       /// get the dialog
-       Gnome::Dialog * dialog();
-    
        void CancelClicked() { CancelButton(); }
 
        /// The ok button
        Gtk::Button * ok();
-       
-       Gtk::Text * text();
 
-       // Hold the dialog.
-       Gnome::Dialog * dialog_;
+       Gtk::Text * text();
 };
 
 #endif