API: Remove gdk_window_clear_area_e()

Awesome name for a function. Plus, it's unused and its functionality can
easily be replicated.
This commit is contained in:
Benjamin Otte
2010-08-15 03:11:01 +02:00
parent 4b57560666
commit 6ab793da8d
4 changed files with 0 additions and 35 deletions

View File

@ -534,11 +534,6 @@ void gdk_window_clear_area (GdkWindow *window,
gint y,
gint width,
gint height);
void gdk_window_clear_area_e (GdkWindow *window,
gint x,
gint y,
gint width,
gint height);
void gdk_window_raise (GdkWindow *window);
void gdk_window_lower (GdkWindow *window);
void gdk_window_restack (GdkWindow *window,