diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-02 15:58:12 +0300 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-02 15:58:12 +0300 | 
| commit | fb601550b5cd92549f260fdf13d05ca1a1277a12 (patch) | |
| tree | a29ec5201c7fb328d6c9fefaf8403fa67e4db8da | |
| parent | c4ce28f4d0d79e30209984ab93729085c3c83755 (diff) | |
Remove unnecessary empty line
| -rw-r--r-- | audio/telephony-dummy.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index 26e06ba3..83045270 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -338,7 +338,6 @@ static DBusMessage *set_subscriber_number(DBusConnection *conn,  	return dbus_message_new_method_return(msg);  } -  static GDBusMethodTable dummy_methods[] = {  	{ "OutgoingCall",	"s",	"",	outgoing_call		},  	{ "IncomingCall",	"s",	"",	incoming_call		}, | 
