make SVN compile again

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1157 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-20 07:37:38 +00:00
parent 2321e4c1b0
commit 38971caebb
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2008-06-20 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/core/piano.cpp:
make SVN compile again
2008-06-20 Paul Wayper <paulway/at/mabula/dot/net>
* src/core/piano.cpp:

View File

@@ -277,9 +277,6 @@ int pianoView::getKeyFromScancode( int _k )
case 32: return( 26 ); // O = d'
case 19: return( 27 ); // 0 = d'#
case 33: return( 28 ); // P = e'
case 34: return( 29 ); // [ = f'
case 21: return( 30 ); // - = f'#
case 21: return( 31 ); // ] = g'
}
return( -100 );