[gtk/drop-script-names] Drop the script name data
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/drop-script-names] Drop the script name data
- Date: Mon, 10 Jan 2022 15:43:38 +0000 (UTC)
commit 70732afb955b011e2975b74884cdc01334a641fc
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 10 09:19:46 2022 -0500
Drop the script name data
It is not used in GTK itself, and gtk4-demo
has its own copy.
gtk/gtkfontchooserwidget.c | 1 -
gtk/meson.build | 1 -
gtk/script-names.c | 214 ---------------------------------------------
gtk/script-names.h | 13 ---
4 files changed, 229 deletions(-)
---
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c
index 18d23a49f4..84a4046719 100644
--- a/gtk/gtkfontchooserwidget.c
+++ b/gtk/gtkfontchooserwidget.c
@@ -66,7 +66,6 @@
#include <hb-ot.h>
#include "language-names.h"
-#include "script-names.h"
#include "open-type-layout.h"
/**
diff --git a/gtk/meson.build b/gtk/meson.build
index 201af63f23..09a6e0bc84 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -1101,7 +1101,6 @@ if harfbuzz_dep.found() and pangoft_dep.found()
gtk_deps += [ harfbuzz_dep, pangoft_dep ]
gtk_sources += files([
'language-names.c',
- 'script-names.c',
])
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]