From 984947e1bc90c0ff24404c7d6f38628c5b112180 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 30 Jun 2008 16:51:01 +0000 Subject: [PATCH] removed obsolete constants git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1226 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/instrument_functions.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/instrument_functions.cpp b/src/core/instrument_functions.cpp index a0d69f25d..f548d99dc 100644 --- a/src/core/instrument_functions.cpp +++ b/src/core/instrument_functions.cpp @@ -156,17 +156,6 @@ chordCreator::chord chordCreator::s_chordTable[] = } ; -const int CHORDS_GROUPBOX_X = 4; -const int CHORDS_GROUPBOX_Y = 5; -const int CHORDS_GROUPBOX_WIDTH = 238; -const int CHORDS_GROUPBOX_HEIGHT = 65; -const int ARP_GROUPBOX_X = CHORDS_GROUPBOX_X; -const int ARP_GROUPBOX_Y = 10 + CHORDS_GROUPBOX_Y + CHORDS_GROUPBOX_HEIGHT; -const int ARP_GROUPBOX_WIDTH = CHORDS_GROUPBOX_WIDTH; -const int ARP_GROUPBOX_HEIGHT = 240 - ARP_GROUPBOX_Y; - - - chordCreator::chordCreator( model * _parent ) : model( _parent ), m_chordsEnabledModel( FALSE, this ),