refs #454 Remove old hotkey settings

This commit is contained in:
Roland Winklmeier
2015-08-14 19:47:51 +02:00
committed by Mathew Sutcliffe
parent 9b6126c5db
commit 2636d53b45
9 changed files with 4 additions and 85 deletions

View File

@@ -262,12 +262,6 @@ void SwiftGuiStd::ps_displayStatusMessageInGui(const CStatusMessage &statusMessa
}
}
void SwiftGuiStd::ps_onChangedSetttings(uint typeValue)
{
IContextSettings::SettingsType type = static_cast<IContextSettings::SettingsType>(typeValue);
if (type == IContextSettings::SettingsHotKeys) this->ps_registerHotkeyFunctions();
}
void SwiftGuiStd::ps_onConnectionTerminated()
{
this->updateGuiStatusInformation();