[telegnome] * src/http.c (get_the_image): Remove unused variables output, bytes_written, and http_proxy. * src/v



commit 188447e038433634ce4df7b64b85f68455b076c8
Author: Colin Watson <cjwatson debian org>
Date:   Sun Mar 7 22:29:28 2010 +0000

    * src/http.c (get_the_image): Remove unused variables output,
    bytes_written, and http_proxy.
    * src/view.c (tele_view_update_pixmap): Remove unused variables
    width and height.

 ChangeLog  |    7 +++++++
 src/http.c |    3 ---
 src/view.c |    1 -
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 87365e3..c30004e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-07  Colin Watson  <cjwatson debian org>
+
+	* src/http.c (get_the_image): Remove unused variables output,
+	bytes_written, and http_proxy.
+	* src/view.c (tele_view_update_pixmap): Remove unused variables
+	width and height.
+
 2010-01-02  Colin Watson  <cjwatson debian org>
 
 	* configure.ac, NEWS: Version 0.1.2 (post-release increment).
diff --git a/src/http.c b/src/http.c
index 2789975..2acfa1f 100644
--- a/src/http.c
+++ b/src/http.c
@@ -68,10 +68,7 @@ get_page_entry (const gchar *page_entry)
 gint
 get_the_image (GdkPixbuf **pixbuf)
 {
-    gint output;
-    gint bytes_written;
     gchar http_query[100];
-    gchar *http_proxy;
     gint retval=0;
     GnomeVFSHandle *handle = NULL;
     GdkPixbufLoader *loader = NULL;
diff --git a/src/view.c b/src/view.c
index e44224d..adbf8a8 100644
--- a/src/view.c
+++ b/src/view.c
@@ -69,7 +69,6 @@ tele_view_error(TeleView *view, const char *c)
 gint
 tele_view_update_pixmap(TeleView *view, GdkPixbuf *pixbuf)
 {
-    gint width, height;
     if (pixbuf) {
 	pixpack_load_image(PIXPACK(view->pixpack), pixbuf);
     } else {



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