summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-04-21 01:22:19 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-24 23:16:58 +0200
commit48fc18c37b290f1d4ed57dccce152b75b0232f01 (patch)
tree43b155c80d030965cdae007cf0797322b43185bf /gdk/meson.build
parentc6ae0ff2d134c57a5ccdbb9a4f04479795e3dc48 (diff)
downloadgtk+-48fc18c37b290f1d4ed57dccce152b75b0232f01.tar.gz
gdk: Get rid of GdkDrawingContext
All information is kept in GdkDrawContext these days, so use that one.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r--gdk/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index 0f22b2fe39..2cbf4a8392 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -17,7 +17,6 @@ gdk_public_sources = files([
'gdkdisplaymanager.c',
'gdkdnd.c',
'gdkdrawcontext.c',
- 'gdkdrawingcontext.c',
'gdkevents.c',
'gdkframeclock.c',
'gdkframeclockidle.c',
@@ -67,7 +66,6 @@ gdk_public_headers = files([
'gdkdisplaymanager.h',
'gdkdnd.h',
'gdkdrawcontext.h',
- 'gdkdrawingcontext.h',
'gdkevents.h',
'gdkframeclock.h',
'gdkframetimings.h',
@@ -97,7 +95,6 @@ gdk_sources = gdk_public_sources
gdk_private_h_sources = files([
'gdkeventsprivate.h',
'gdkdevicetoolprivate.h',
- 'gdkdrawingcontextprivate.h',
'gdkmonitorprivate.h',
'gdkseatdefaultprivate.h',
])