eog r4854 - in trunk: . src



Author: csaavedra
Date: Sun Oct 26 18:34:07 2008
New Revision: 4854
URL: http://svn.gnome.org/viewvc/eog?rev=4854&view=rev

Log:
2008-10-26  Claudio Saavedra  <csaavedra igalia com>

	* src/eog-thumb-view.c: Remove actually unused enumeration.



Modified:
   trunk/ChangeLog
   trunk/src/eog-thumb-view.c

Modified: trunk/src/eog-thumb-view.c
==============================================================================
--- trunk/src/eog-thumb-view.c	(original)
+++ trunk/src/eog-thumb-view.c	Sun Oct 26 18:34:07 2008
@@ -58,14 +58,9 @@
 };
 
 /* Drag 'n Drop */
-enum {
-	TARGET_PLAIN,
-	TARGET_PLAIN_UTF8,
-	TARGET_URILIST,
-};
 
 static GtkTargetEntry target_table[] = {
-	{ "text/uri-list", 0, TARGET_URILIST },
+	{ "text/uri-list", 0, 0},
 };
 
 



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