[gtk+/client-side-windows: 121/284] Remove gdk_window_quartz_clear_area



commit 1e5a22dabe59e23c8c15e56d81f1121be6623793
Author: Richard Hult <richard imendio com>
Date:   Mon Jan 5 19:33:32 2009 +0100

    Remove gdk_window_quartz_clear_area
---
 gdk/quartz/gdkwindow-quartz.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 10d2006..9da42f3 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -1485,17 +1485,6 @@ gdk_window_quartz_reparent (GdkWindow *window,
   return FALSE;
 }
 
-static void
-gdk_window_quartz_clear_area (GdkWindow *window,
-                              gint       x,
-                              gint       y,
-                              gint       width,
-                              gint       height,
-                              gboolean   send_expose)
-{
-  /* FIXME: Implement */
-}
-
 /* Get the toplevel ordering from NSApp and update our own list. We do
  * this on demand since the NSApp's list is not up to date directly
  * after we get windowDidBecomeMain.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]