summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-03-30 23:31:36 +0000
committerDavid Robillard <d@drobilla.net>2014-03-30 23:31:36 +0000
commit77448bc7507c26b964a9159fa1e4035487ccc326 (patch)
tree2b849fa16e97826d0ee279559d7db4126af1f66c /src/Patchage.hpp
parent2a37c8279d54e41242dca7ffb9c5019d56b01145 (diff)
downloadpatchage-77448bc7507c26b964a9159fa1e4035487ccc326.tar.gz
patchage-77448bc7507c26b964a9159fa1e4035487ccc326.tar.bz2
patchage-77448bc7507c26b964a9159fa1e4035487ccc326.zip
Rewrite configuration system.
Use standard XDG paths for configuration (fix #142). Save settings automatically on exit. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5347 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 5a09e74..ece59b0 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -129,8 +129,6 @@ protected:
Gtk::Main* _gtk_main;
- std::string _settings_filename;
-
Widget<Gtk::AboutDialog> _about_win;
Widget<Gtk::ScrolledWindow> _main_scrolledwin;
Widget<Gtk::Window> _main_win;
@@ -145,7 +143,6 @@ protected:
Widget<Gtk::MenuItem> _menu_open_session;
Widget<Gtk::MenuItem> _menu_save_session;
Widget<Gtk::MenuItem> _menu_save_close_session;
- Widget<Gtk::MenuItem> _menu_store_positions;
Widget<Gtk::MenuItem> _menu_view_arrange;
Widget<Gtk::MenuItem> _menu_view_messages;
Widget<Gtk::MenuItem> _menu_view_refresh;