[pango/shape-engine-remnants: 2/2] Remove unused remnants of shape engine



commit f7663fe0176ca77ac542194e2083c7ac9a415023
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Fri Jul 19 11:56:23 2019 +0200

    Remove unused remnants of shape engine

 docs/meson.build             |   1 -
 pango/meson.build            |   1 -
 pango/pango-context.c        |   1 -
 pango/pango-engine-private.h |  48 --------
 pango/pango-engine.c         | 254 -------------------------------------------
 pango/shape.c                |   1 -
 6 files changed, 306 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index edf04dbe..6f148221 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -15,7 +15,6 @@ private_headers = [
   'pango-coverage-private.h',
   'pango-color-table.h',
   'pango-emoji-private.h',
-  'pango-engine-private.h',
   'pango-font-private.h',
   'pango-fontmap-private.h',
   'pango-fontset-private.h',
diff --git a/pango/meson.build b/pango/meson.build
index 1327ca39..ca447964 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -10,7 +10,6 @@ pango_sources = [
   'pango-context.c',
   'pango-coverage.c',
   'pango-emoji.c',
-  'pango-engine.c',
   'pango-fontmap.c',
   'pango-fontset.c',
   'pango-glyph-item.c',
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 1f31c268..6ba64ce1 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -41,7 +41,6 @@
 #include "pango-font-private.h"
 #include "pango-fontset-private.h"
 #include "pango-fontmap-private.h"
-#include "pango-engine-private.h"
 #include "pango-script-private.h"
 #include "pango-emoji-private.h"
 
diff --git a/pango/shape.c b/pango/shape.c
index 14078e47..cb969e67 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -33,7 +33,6 @@
 
 #include "pango-impl-utils.h"
 #include "pango-glyph.h"
-#include "pango-engine-private.h"
 
 #include "pangohb-private.h"
 


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