[phonemgr] Remove unused variable



commit ced60371c0e5f1dbbce2c9948db01ab5a511f8b8
Author: Daniele Forsi <daniele forsi it>
Date:   Sun Oct 16 19:18:10 2011 +0200

    Remove unused variable

 src/ui.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ui.c b/src/ui.c
index bc89bf4..bacef21 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -321,7 +321,6 @@ send_message (GtkWidget *w, GtkBuilder *ui)
 void
 create_send_dialog (MyApp *app, GtkDialog *parent, const char *recip)
 {
-        GError *err = NULL;
 	GtkTextBuffer *buf;
 	GtkTextView *view;
 	GtkEntry *entry;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]