[maemo-commits] [maemo-commits] r16130 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 15 21:11:03 EEST 2008
Author: pvanhoof
Date: 2008-09-15 21:11:02 +0300 (Mon, 15 Sep 2008)
New Revision: 16130

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c
Log:
Removing the unnecessary

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c	2008-09-15 18:10:45 UTC (rev 16129)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c	2008-09-15 18:11:02 UTC (rev 16130)
@@ -77,7 +77,6 @@
 		Manager *manager;
 		Thumbnailer *thumbnailer;
 		DBusGProxy *manager_proxy;
-		guint y = 0;
 		gboolean cropping;
 		GDir *dir;
 		const gchar *plugin;
@@ -113,7 +112,6 @@
 							 &error);
 			g_hash_table_replace (registrations, g_strdup (plugin),
 					      module);
-			y++;
 		  }
 		  g_dir_close (dir);
 		}


More information about the maemo-commits mailing list