From 98ba117402e73e194a33fa789bcb11bafa2935c2 Mon Sep 17 00:00:00 2001 From: billiob Date: Sun, 17 Apr 2011 16:48:22 +0000 Subject: [PATCH] ecore_x: remove redondant declaration git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58702 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/Ecore_X.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h index 677a2af..1fe0bfd 100644 --- a/src/lib/ecore_x/Ecore_X.h +++ b/src/lib/ecore_x/Ecore_X.h @@ -1505,11 +1505,6 @@ EAPI void ecore_x_window_shape_window_set_xy( Ecore_X_Window shape_win, int x, int y); -EAPI void ecore_x_window_shape_window_set_xy( - Ecore_X_Window win, - Ecore_X_Window shape_win, - int x, - int y); EAPI void ecore_x_window_shape_rectangle_set( Ecore_X_Window win, int x, -- 2.7.4