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

@@ -14,7 +14,7 @@
using namespace BlackMisc;
using namespace BlackMisc::Settings;
using namespace BlackMisc::Network;
using namespace BlackMisc::Hardware;
using namespace BlackMisc::Input;
namespace BlackCore
{
@@ -49,14 +49,6 @@ namespace BlackCore
return this->m_dBusInterface->callDBusRet<CSettingsAudio>(QLatin1Literal("getAudioSettings"));
}
/*
* Relay to DBus
*/
CSettingKeyboardHotkeyList CContextSettingsProxy::getHotkeys() const
{
return this->m_dBusInterface->callDBusRet<CSettingKeyboardHotkeyList>(QLatin1Literal("getHotkeys"));
}
/*
* Relay to DBus, but make this no slot
*/