mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
remove leftover
This commit is contained in:
parent
4abadfeba7
commit
b79b1ae65e
1 changed files with 0 additions and 3 deletions
|
|
@ -440,9 +440,6 @@ void GuiControlProfile::initPersistFields()
|
||||||
INITPERSISTFIELD_SOUNDASSET(SoundButtonDown, GuiControlProfile, "The sound button down.");
|
INITPERSISTFIELD_SOUNDASSET(SoundButtonDown, GuiControlProfile, "The sound button down.");
|
||||||
INITPERSISTFIELD_SOUNDASSET(SoundButtonOver, GuiControlProfile, "The sound button down.");
|
INITPERSISTFIELD_SOUNDASSET(SoundButtonOver, GuiControlProfile, "The sound button down.");
|
||||||
|
|
||||||
addProtectedField( "soundButtonOver", TypeSFXTrackName, Offset(mSoundButtonOver, GuiControlProfile),
|
|
||||||
&GuiControlProfile::protectedSetSoundButtonOver, &GuiControlProfile::protectedGetSoundButtonOver,
|
|
||||||
"Sound to play when mouse is hovering over control." );
|
|
||||||
addField("profileForChildren", TypeString, Offset(mChildrenProfileName, GuiControlProfile));
|
addField("profileForChildren", TypeString, Offset(mChildrenProfileName, GuiControlProfile));
|
||||||
|
|
||||||
endGroup( "Misc" );
|
endGroup( "Misc" );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue