summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-18 16:36:33 +0000
committerDavid Robillard <d@drobilla.net>2014-01-18 16:36:33 +0000
commit229be04694a5b99a1e9c384a7c65452ebb30eedd (patch)
tree84f4f3600ebcc9266032683cdca8ba43a23ec93f /src/gui/Port.hpp
parentec8939dd7ef5267b43bd8ae3590e783495f0cfc9 (diff)
downloadingen-229be04694a5b99a1e9c384a7c65452ebb30eedd.tar.gz
ingen-229be04694a5b99a1e9c384a7c65452ebb30eedd.tar.bz2
ingen-229be04694a5b99a1e9c384a7c65452ebb30eedd.zip
Fix some minor issues found by clang.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5318 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp1
1 files changed, 0 insertions, 1 deletions
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<const Client::PortModel> _port_model;
- bool _pressed : 1;
bool _entered : 1;
bool _flipped : 1;
};