Removed outdated comment
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6201 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 93d350432e3890452ffb2b23898e5f30e1186ffd Former-commit-id: 156b59b2604344fed635bb7fb39f976798a8bf4e
This commit is contained in:
parent
72519a2fbb
commit
e740f876f3
1 changed files with 0 additions and 8 deletions
|
@ -229,14 +229,6 @@ void* SoundMenuInit(void *prevMenu)
|
|||
|
||||
VolumeValueId = GfuiMenuCreateEditControl(scrHandle,param,"volumeedit",NULL,NULL,changeVolume);
|
||||
|
||||
|
||||
//// TODO remove this and uncomment the static controls in 'soundconfigmenu.xml'
|
||||
//// if/when Music is officially included
|
||||
//// HACK to allow CMake option 'OPTION_MENU_MUSIC' to show/hide these menu music labels
|
||||
//GfuiMenuCreateLabelControl(scrHandle,param,"musicstaticlabel");
|
||||
//GfuiMenuCreateLabelControl(scrHandle,param,"musicstaticvolume");
|
||||
//// end of code to remove
|
||||
|
||||
GfuiMenuCreateButtonControl(scrHandle,param,"musicleftarrow",(void*)-1,changeMusicState);
|
||||
GfuiMenuCreateButtonControl(scrHandle,param,"musicrightarrow",(void*)1,changeMusicState);
|
||||
|
||||
|
|
Loading…
Reference in a new issue