Remove debug code for wiimotedev.

This commit is contained in:
Bartłomiej Burdukiewicz 2010-09-11 01:27:52 +00:00
parent 92836ae5b8
commit 85f758c6a8
2 changed files with 0 additions and 5 deletions

View File

@ -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()));

View File

@ -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() {