Sink: remove GTK4 if-defs

Clapper works with GTK4, so reduce codebase by removing GTK3 leftovers
This commit is contained in:
Rafał Dzięgiel
2021-03-05 19:02:14 +01:00
parent fe3fd32932
commit 07fb0a9a46
6 changed files with 10 additions and 146 deletions

View File

@@ -32,7 +32,6 @@ gstclapper_defines = [
'-DBUILDING_GST_CLAPPER',
'-DGST_USE_UNSTABLE_API',
'-DHAVE_GTK_GL',
'-DBUILD_FOR_GTK4',
]
gtk_deps = [gstgl_dep, gstglproto_dep]
have_gtk_gl_windowing = false