Preferences window and "options" file cleaned up (file type selection for the cached image removed)

This commit is contained in:
natureh 510
2013-01-16 23:49:58 +01:00
parent 1b41c6a4db
commit f3e0647a32
5 changed files with 0 additions and 42 deletions

View File

@@ -100,7 +100,6 @@ class Preferences : public Gtk::Dialog {
Gtk::FontButton* fontbutton;
Gtk::ColorButton* butCropCol;
Gtk::ComboBoxText* cformat;
Gtk::SpinButton* maxThumbSize;
Gtk::SpinButton* maxCacheEntries;
Gtk::Button* clearThumbnails;
@@ -162,7 +161,6 @@ class Preferences : public Gtk::Dialog {
void forRAWComboChanged ();
void forImageComboChanged ();
void layoutComboChanged ();
void cacheFormatComboChanged ();
void switchThemeTo (Glib::ustring newTheme, bool slimInterface);
void switchFontTo (Glib::ustring newFont);
bool splashClosed(GdkEventAny* event);