소스 검색

Merge pull request #872 from Azaezel/alpha401/compilefix

remove leftover
Brian Roberts 3 년 전
부모
커밋
0f42caae97
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Engine/source/gui/core/guiTypes.cpp

+ 0 - 3
Engine/source/gui/core/guiTypes.cpp

@@ -440,9 +440,6 @@ void GuiControlProfile::initPersistFields()
       INITPERSISTFIELD_SOUNDASSET(SoundButtonDown, 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));
    
    endGroup( "Misc" );