Ported Retinex to Gtk3 and removed "Theme=" workaround

This commit is contained in:
Beep6581
2015-10-17 16:35:57 +02:00
parent 35775f3b3f
commit 4c4430be34
2 changed files with 13 additions and 17 deletions

View File

@@ -283,10 +283,6 @@ int main(int argc, char **argv)
simpleEditor = true;
}
if (options.theme.empty()) {
options.theme = "21-Gray-Gray";
}
Gtk::Main m(&argc, &argv);
Glib::ustring icon_path = Glib::build_filename(argv0, "images");