[gtk/wip/chergert/gdk-macos-gl-renderer: 2/6] macos: remove unused GL layer




commit 0f0c531ed331eac9aa0bed2aa872a2a44925f8fc
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 29 09:36:22 2020 -0700

    macos: remove unused GL layer
    
    This isn't being used, and instead we'll go the route of a NSView for
    the OpenGL implementation.

 gdk/macos/GdkMacosGLLayer.c | 157 --------------------------------------------
 gdk/macos/GdkMacosGLLayer.h |  40 -----------
 gdk/macos/meson.build       |   1 -
 3 files changed, 198 deletions(-)
---
diff --git a/gdk/macos/meson.build b/gdk/macos/meson.build
index 0c0fbff9c2..cf602d4439 100644
--- a/gdk/macos/meson.build
+++ b/gdk/macos/meson.build
@@ -23,7 +23,6 @@ gdk_macos_sources = files([
   'GdkMacosBaseView.c',
   'GdkMacosCairoView.c',
   'GdkMacosCairoSubview.c',
-  'GdkMacosGLLayer.c',
   'GdkMacosWindow.c',
 ])
 


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