[gtk+/wip/gdk-gl: 21/31] gdk: Remove unused function



commit 4b5f540f1128305d871f800ebc02be663f785c0d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 12 12:39:26 2014 +0100

    gdk: Remove unused function
    
    The clear_window() function is replaced by the set_window() function
    called with a NULL window.

 gdk/gdkglcontext.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkglcontext.h b/gdk/gdkglcontext.h
index 972eef9..c0b1048 100644
--- a/gdk/gdkglcontext.h
+++ b/gdk/gdkglcontext.h
@@ -45,8 +45,6 @@ GDK_AVAILABLE_IN_3_14
 GdkVisual *             gdk_gl_context_get_visual       (GdkGLContext *context);
 
 GDK_AVAILABLE_IN_3_14
-void                    gdk_gl_context_clear_window     (GdkGLContext *context);
-GDK_AVAILABLE_IN_3_14
 void                    gdk_gl_context_flush_buffer     (GdkGLContext *context);
 GDK_AVAILABLE_IN_3_14
 gboolean                gdk_gl_context_make_current     (GdkGLContext *context);


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