Code cleanup: removed opdialog (not needed and memory leaks) issue #656

This commit is contained in:
ffsup2
2011-05-02 23:08:46 +02:00
parent 8f33088f0f
commit ab4120e6dd
2 changed files with 0 additions and 5 deletions

View File

@@ -42,7 +42,6 @@ class ICMPanel : public Gtk::VBox, public FoldableToolPanel {
Gtk::RadioButton* ofromfile;
Gtk::RadioButton* iunchanged;
Gtk::FileChooserButton* ipDialog;
Gtk::FileChooserButton* opDialog;
Gtk::RadioButton::Group opts;
Gtk::Button* saveRef;
sigc::connection ipc;