From 60f34788fba05cf55beabc36da09692e3ac31253 Mon Sep 17 00:00:00 2001 From: Jonas Trappenberg Date: Sat, 10 Jan 2015 23:52:57 -0800 Subject: [PATCH] Remove unused variable --- src/gui/PianoRoll.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/PianoRoll.cpp b/src/gui/PianoRoll.cpp index cfa98bc23..deeb70d7c 100644 --- a/src/gui/PianoRoll.cpp +++ b/src/gui/PianoRoll.cpp @@ -78,9 +78,6 @@ typedef AutomationPattern::timeMap timeMap; -extern Keys whiteKeys[]; // defined in piano_widget.cpp - - // some constants... const int INITIAL_PIANOROLL_HEIGHT = 480;