From: Oleg Broytman Date: Sun, 27 Nov 2011 21:31:51 +0000 (+0000) Subject: Removed duplicate code. X-Git-Tag: v4.0.0~14 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=4242715e912be3d0c44f0be3976744107e4502f5 Removed duplicate code. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@54 143022c7-580b-0410-bae3-87f2bf5d3141 --- diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index 093f85a..befde96 100755 --- a/xsetbg-dbus.py +++ b/xsetbg-dbus.py @@ -34,10 +34,6 @@ class XsetBg(dbus.service.Object): def stop(self): mainloop.quit() - @dbus.service.method("name.phdru.XSetBg", in_signature='', out_signature='') - def stop(self): - mainloop.quit() - if __name__ == '__main__': dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)