From b79b1ae65eb4c8bc8d6af4e8fdc73407b0a82fdb Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Mon, 29 Aug 2022 20:39:04 -0500 Subject: [PATCH] remove leftover --- Engine/source/gui/core/guiTypes.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Engine/source/gui/core/guiTypes.cpp b/Engine/source/gui/core/guiTypes.cpp index 6a99eb5bf..1928f5dbc 100644 --- a/Engine/source/gui/core/guiTypes.cpp +++ b/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" );