From 558799db9ccf269be284f989db7371d570b892c7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 May 2009 15:14:33 -0500 Subject: [PATCH] Remove unused function --- test/test-call-settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test-call-settings b/test/test-call-settings index d418130b..cf468c9a 100755 --- a/test/test-call-settings +++ b/test/test-call-settings @@ -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)