From f12fa52a69ee8445b8ded0e1316f25ff6508bf14 Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Mon, 20 Apr 2015 03:37:55 +0000 Subject: [PATCH] remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT) --- src/core/Track.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/Track.cpp b/src/core/Track.cpp index 4f5440af0..35fea5108 100644 --- a/src/core/Track.cpp +++ b/src/core/Track.cpp @@ -78,11 +78,6 @@ */ const int RESIZE_GRIP_WIDTH = 4; -/*! The size of the track buttons in pixels - */ -const int TRACK_OP_BTN_WIDTH = 20; -const int TRACK_OP_BTN_HEIGHT = 14; - /*! A pointer for that text bubble used when moving segments, etc. *