Patch for issue #75 (removed exit button, moved preferences to left) submitted by ffsup2

This commit is contained in:
Wyatt Olson
2010-04-24 07:46:51 -06:00
parent 452bbbfd6b
commit 8a656a268c
2 changed files with 2 additions and 15 deletions

View File

@@ -47,7 +47,6 @@ class RTWindow : public Gtk::Window {
void imageDeveloped (Glib::ustring fname); // called by the batchqueue when it finishes an image
void showPreferences ();
void onExit ();
void on_realize ();
};