[pango] Modules are long gone



commit 248669f3ba716a990fb164e32d69ef81185a8ac3
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Wed Mar 14 00:15:38 2018 +0200

    Modules are long gone

 HACKING          |    4 ----
 README           |    3 ---
 docs/Makefile.am |    1 -
 docs/meson.build |    1 -
 4 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/HACKING b/HACKING
index dc02f5e..25929a7 100644
--- a/HACKING
+++ b/HACKING
@@ -1,10 +1,6 @@
 Formatting
 ==========
 
-All parts of Pango other than modules should use the following formatting
-style; for modules, it is up to the discretion of the module 
-author / maintainer, though they are encouraged to follow the following.
-
 The Pango formatting style is basically the GNU style of formatting
 (see http://www.gnu.org/prep/standards.html), with a few additions.
 In brief overview:
diff --git a/README b/README
index d9d709c..fedd147 100644
--- a/README
+++ b/README
@@ -23,9 +23,6 @@ The integration of Pango with Cairo (http://cairographics.org)
 provides a complete solution with high quality text handling 
 and graphics rendering.
 
-Dynamically loaded modules then handle text layout for particular
-combinations of script and font backend.
-
 As well as the low level layout rendering routines, Pango includes
 PangoLayout, a high level driver for laying out entire blocks of text,
 and routines to assist in editing internationalized text.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 80df07b..fa4437f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -23,7 +23,6 @@ CFILE_GLOB=$(top_srcdir)/pango/*.c
 IGNORE_HFILES=                 \
        ftglue.h                \
        opentype                \
-       modules.h               \
        pangoatsui-private.h    \
        pangocairo-private.h    \
        pangocairo-fc.h         \
diff --git a/docs/meson.build b/docs/meson.build
index 199ba4b..1c6c787 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -8,7 +8,6 @@ configure_file(input: 'version.xml.in',
 
 private_headers = [
   'ftglue.h',
-  'modules.h',
   'pangoatsui-private.h',
   'pangocairo-private.h',
   'pangocairo-fc.h',


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