diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-17 15:18:19 +0300 |
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-08 16:10:56 +0200 |
| commit | c9e1eb85478671d1d4ef83144432548329d92518 (patch) | |
| tree | d5cb702b81538b2130f89b49b663651e265ec64e | |
| parent | 7eba8b077925d458bfa03c325ffb4df74e05c98e (diff) | |
Remove unused variable
| -rw-r--r-- | audio/telephony-maemo.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
