summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-07 22:19:23 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-07 22:19:23 +0000
commit13dc17bb4e40e5bba8c537019af6676ae0b6fec5 (patch)
tree778774f930285bae50766b8ad1d3ea8abc61434d /libs/gtkmm2ext/gtkmm2ext/dndvbox.h
parent291bd32c9d55b963ecc22354d68bc557527cfbcb (diff)
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@10201 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/dndvbox.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/dndvbox.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
index 649455e86b..7853a5c30d 100644
--- a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
+++ b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
@@ -270,9 +270,6 @@ private:
Glib::RefPtr<Gdk::Colormap const> c = s->get_rgba_colormap ();
if (c) {
_drag_icon->set_colormap (c);
- _have_alpha = true;
- } else {
- _have_alpha = false;
}
int w, h;
@@ -312,8 +309,6 @@ private:
{
/* work out where it was dropped */
std::pair<T*, double> const drop = get_child_at_position (y);
-
-
if (_drag_source == this) {
@@ -577,8 +572,6 @@ private:
Gtk::Label* _drag_placeholder;
/** Our child being dragged, or 0 */
T* _drag_child;
- /** true if we can have an alpha-blended drag icon */
- bool _have_alpha;
static DnDVBox* _drag_source;