X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Fselector.h;h=9e511dd89c3725339875231538f25695efe916d8;hb=4dc63966f0872efe768dad61eb9b8785d06b92d1;hp=e1a0c1a5302731850f76af259de759280ca6f276;hpb=cf806123ca5faaef483f898daba3f7bd38ec62eb;p=ardour.git diff --git a/libs/gtkmm2ext/gtkmm2ext/selector.h b/libs/gtkmm2ext/gtkmm2ext/selector.h index e1a0c1a530..9e511dd89c 100644 --- a/libs/gtkmm2ext/gtkmm2ext/selector.h +++ b/libs/gtkmm2ext/gtkmm2ext/selector.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1999 Paul Barton-Davis + Copyright (C) 1999 Paul Barton-Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -49,7 +49,7 @@ class LIBGTKMM2EXT_API Selector : public Gtk::VBox friend class Gtkmm2ext::TreeView_Selector; public: - Selector (SelectorRefillFunction, void *arg, + Selector (SelectorRefillFunction, void *arg, std::vector titles); virtual ~Selector (); @@ -96,8 +96,6 @@ public: void *refill_arg; gint selected_row; gint selected_column; - gint chosen_row; - gint chosen_column; void refill (); void chosen ();