warning--
authorCarsten Haitzler <raster@rasterman.com>
Fri, 1 Apr 2011 06:09:18 +0000 (06:09 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 1 Apr 2011 06:09:18 +0000 (06:09 +0000)
SVN revision: 58243

src/lib/elm_cnp_helper.c

index 6ed45903d842ba94d5095be45e671a892a4ba6ef..79cd4bb1ce12e1739a0578a0fa7b666774def0f7 100644 (file)
@@ -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);