From c9e1eb85478671d1d4ef83144432548329d92518 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Oct 2008 15:18:19 +0300 Subject: Remove unused variable --- audio/telephony-maemo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index b5acd15f..00f0a2f2 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -77,7 +77,6 @@ static DBusConnection *connection = NULL; static GSList *calls = NULL; static char *subscriber_number = NULL; -static int active_call_dir = 0; static gboolean events_enabled = FALSE; -- cgit