From 2e0bf619e8ab9ab0c150577330912cf7df49199f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 1 Apr 2011 06:09:18 +0000 Subject: [PATCH] warning-- SVN revision: 58243 --- legacy/elementary/src/lib/elm_cnp_helper.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/legacy/elementary/src/lib/elm_cnp_helper.c b/legacy/elementary/src/lib/elm_cnp_helper.c index 6ed45903d8..79cd4bb1ce 100644 --- a/legacy/elementary/src/lib/elm_cnp_helper.c +++ b/legacy/elementary/src/lib/elm_cnp_helper.c @@ -178,21 +178,6 @@ static const Escape escapes[] = { }; #define N_ESCAPES ((int)(sizeof(escapes) / sizeof(escapes[0]))) -static const char *image_extensions[] = -{ - ".png", - ".jpg", ".jpeg", ".jpe", ".jfif", ".jfi", - ".bmp", - ".xpm", - ".ppm", "pgm", ".pbm", ".pnm", - ".gif", - ".tif", ".tiff", - ".svg", ".svg.gz", - ".tga", ".targa", - - NULL -}; - static Cnp_Atom atoms[CNP_N_ATOMS] = { [CNP_ATOM_TARGETS] = { "TARGETS", @@ -752,7 +737,7 @@ notify_handler_uri(Cnp_Selection *sel, Ecore_X_Event_Selection_Notify *notify) Ecore_X_Selection_Data *data; Ecore_X_Selection_Data_Files *files; Paste_Image *pi; - char *p, *pp; + char *p; data = notify->data; cnp_debug("data->format is %d %p %p\n", data->format, notify, data);