mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 02:14:21 +01:00
Remove debug code for wiimotedev.
This commit is contained in:
parent
92836ae5b8
commit
85f758c6a8
@ -119,7 +119,6 @@ WiimotedevShortcutsConfig::WiimotedevShortcutsConfig(QWidget* parent)
|
||||
|
||||
LoadSettings();
|
||||
|
||||
connect(ui_->wiimotedev_enable, SIGNAL(clicked(bool)), this, SLOT(WiimotedevEnabledChecked(bool)));
|
||||
connect(ui_->list, SIGNAL(currentItemChanged(QTreeWidgetItem*, QTreeWidgetItem*)), SLOT(ItemClicked(QTreeWidgetItem*)));
|
||||
|
||||
connect(ui_->wiimotedev_add_action, SIGNAL(clicked()), this, SLOT(AddAction()));
|
||||
|
@ -55,8 +55,6 @@ void WiimotedevShortcuts::SetWiimotedevInterfaceActived(bool actived) {
|
||||
// http://code.google.com/p/clementine-player/issues/detail?id=670
|
||||
// Probably dbus bug, or something else
|
||||
|
||||
qWarning() << "bug 670: before freeze ?";
|
||||
|
||||
if (actived && !wiimotedev_iface_) {
|
||||
wiimotedev_iface_.reset(new OrgWiimotedevDeviceEventsInterface(
|
||||
WIIMOTEDEV_DBUS_SERVICE_NAME, WIIMOTEDEV_DBUS_EVENTS_OBJECT,
|
||||
@ -77,8 +75,6 @@ void WiimotedevShortcuts::SetWiimotedevInterfaceActived(bool actived) {
|
||||
|
||||
if (!actived && wiimotedev_iface_)
|
||||
wiimotedev_iface_.reset();
|
||||
|
||||
qWarning() << "bug 670: after freeze ?";
|
||||
}
|
||||
|
||||
void WiimotedevShortcuts::ReloadSettings() {
|
||||
|
Loading…
Reference in New Issue
Block a user