]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnomeBC.C
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / gnomeBC.C
index a4e7d34405fcecec81dd59e338cd9745facbd9eb..e79bb70931c02689ca217a3f15a892010dcb94c1 100644 (file)
@@ -21,7 +21,7 @@ void gnomeBC::setWidgetEnabled(Gtk::Widget * obj, bool enabled)
 }
 
 
-void gnomeBC::setButtonEnabled(Gtk::Button * btn, bool enabled) 
+void gnomeBC::setButtonEnabled(Gtk::Button * btn, bool enabled)
 {
        if (btn)
                btn->set_sensitive(enabled);
@@ -29,10 +29,4 @@ void gnomeBC::setButtonEnabled(Gtk::Button * btn, bool enabled)
 
 
 void gnomeBC::setButtonLabel(Gtk::Button * obj, string const & label)
-{
-#ifdef WITH_WARNINGS
-#warning Implement me! (be 20010329)
-#endif
-       // There is no methods set_text!
-       //obj->set_text(label);
-}
+{}