From 85f758c6a85c18cf0c4b5c0db53c6733b84e3f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Sat, 11 Sep 2010 01:27:52 +0000 Subject: [PATCH] Remove debug code for wiimotedev. --- src/ui/wiimotedevshortcutsconfig.cpp | 1 - src/wiimotedev/shortcuts.cpp | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/ui/wiimotedevshortcutsconfig.cpp b/src/ui/wiimotedevshortcutsconfig.cpp index bf621dc74..2975033c6 100644 --- a/src/ui/wiimotedevshortcutsconfig.cpp +++ b/src/ui/wiimotedevshortcutsconfig.cpp @@ -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())); diff --git a/src/wiimotedev/shortcuts.cpp b/src/wiimotedev/shortcuts.cpp index 5c66b0bff..964e27bfc 100644 --- a/src/wiimotedev/shortcuts.cpp +++ b/src/wiimotedev/shortcuts.cpp @@ -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() {