diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/Port.hpp | 1 |
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; }; |