Remove unused function

This commit is contained in:
Denis Kenzior 2009-05-28 15:14:33 -05:00
parent d200f537d3
commit 558799db9c
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ import dbus
import dbus.mainloop.glib
import sys
def test_exit():
mainloop.quit()
def property_changed(name, value):
print "CallSettings property: '%s' changed to '%s'" % (name, value)