summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2018-03-14 00:15:38 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2018-03-14 00:22:21 +0200
commit248669f3ba716a990fb164e32d69ef81185a8ac3 (patch)
tree852e3d0e7b15254ee7208e411bed10e0d2f92eb7
parentd4f3370336a40907f528a41e75a55fe4f50c1a11 (diff)
downloadpango-248669f3ba716a990fb164e32d69ef81185a8ac3.tar.gz
Modules are long gone
-rw-r--r--HACKING4
-rw-r--r--README3
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/meson.build1
4 files changed, 0 insertions, 9 deletions
diff --git a/HACKING b/HACKING
index dc02f5ee..25929a78 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 d9d709c2..fedd147c 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 80df07bc..fa4437f1 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 199ba4bd..1c6c787f 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',