remove uneeded declaration (to be symetric with xcb code)
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Jul 2009 09:55:08 +0000 (09:55 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Jul 2009 09:55:08 +0000 (09:55 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@41523 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_x11/evas_engine.c

index 54c2c80..79832f7 100644 (file)
@@ -41,8 +41,6 @@ struct _Render_Engine
 };
 
 /* prototypes we will use here */
-static void *_output_xlib_setup(int w, int h, int rot, Display *disp, Drawable draw, Visual *vis, Colormap cmap, int depth, int debug, int grayscale, int max_colors, Pixmap mask, int shape_dither, int destination_alpha);
-
 static void        *_best_visual_get   (int backend, void *connection, int screen);
 static unsigned int _best_colormap_get (int backend, void *connection, int screen);
 static int          _best_depth_get    (int backend, void *connection, int screen);