[gparted] Drop compose subdir (#46)



commit d1441ce6a9f3a79a7806f00d202b4639de8ce7dd
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Mon Mar 25 20:50:54 2019 +0000

    Drop compose subdir (#46)
    
    It's no longer used so drop it.
    
    Closes #46 - Drop compose subdir

 Makefile.am          |   2 +-
 README               |   2 -
 compose/Makefile.am  |   1 -
 compose/README       |  19 ---
 compose/ucompose.hpp | 441 ---------------------------------------------------
 configure.ac         |   1 -
 include/i18n.h       |   3 -
 7 files changed, 1 insertion(+), 468 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index aa2aaf76..db28efd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = compose data doc include lib po src tests
+SUBDIRS = data doc include lib po src tests
 # Only build GParted help documentation when enabled.  (Can be disabled
 # with './configure --disable-doc').
 if BUILD_HELP_DOC
diff --git a/README b/README
index 12443d19..4b4a3463 100644
--- a/README
+++ b/README
@@ -221,8 +221,6 @@ d. Building using a Specific (lib)parted Version
 
 DIRECTORIES
 ------------
-compose  - contains String::ucompose() function
-
 data     - contains desktop icons
 
 doc      - contains manual page documentation
diff --git a/configure.ac b/configure.ac
index 40ae777d..4016c715 100644
--- a/configure.ac
+++ b/configure.ac
@@ -349,7 +349,6 @@ AC_SUBST([ENABLE_XHOST_ROOT], $enable_xhost_root)
 
 AC_CONFIG_FILES([
 Makefile
-compose/Makefile
 data/Makefile
 data/icons/Makefile
 doc/Makefile
diff --git a/include/i18n.h b/include/i18n.h
index 424dd6e1..9072e50d 100644
--- a/include/i18n.h
+++ b/include/i18n.h
@@ -7,9 +7,6 @@
        
        #ifdef ENABLE_NLS
                #include <glibmm/i18n.h>
-               
-               //compose library, dedicated to the translators :P
-               #include "../compose/ucompose.hpp"
        #endif /* ENABLE_NLS */
 
 #endif /* GPARTED_I18N_H */


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