From 229be04694a5b99a1e9c384a7c65452ebb30eedd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jan 2014 16:36:33 +0000 Subject: Fix some minor issues found by clang. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5318 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Port.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 24cddd4e..a8d16095 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -88,7 +88,6 @@ private: App& _app; WPtr _port_model; - bool _pressed : 1; bool _entered : 1; bool _flipped : 1; }; -- cgit v1.2.1