[libgd] Remove GdRevealer



commit b4f1576d1a50888ead24d73741077061ead02e42
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Nov 26 10:25:31 2016 +0100

    Remove GdRevealer
    
    These days people can just use GtkRevealer.

 .gitignore               |    1 -
 Makefile.am              |   19 --
 README                   |    2 -
 libgd.m4                 |    6 -
 libgd/gd-revealer.c      |  744 ----------------------------------------------
 libgd/gd-revealer.h      |   68 -----
 libgd/gd-types-catalog.c |    8 -
 libgd/gd.h               |    4 -
 test-revealer.c          |   33 --
 9 files changed, 0 insertions(+), 885 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab3fa34..c61e421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@ Gd-1.0.typelib
 gd.gresource.xml
 gd-resources.*
 test-header-bar
-test-revealer
 test-stack
 test-tagged-entry
 Makefile
diff --git a/Makefile.am b/Makefile.am
index 026b710..77df6f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,25 +152,6 @@ nodist_libgd_la_SOURCES += $(notification_sources)
 EXTRA_DIST += $(notification_sources)
 endif
 
-if LIBGD_REVEALER
-revealer_sources =                             \
-       libgd/gd-revealer.c                     \
-       libgd/gd-revealer.h                     \
-       $(NULL)
-
-nodist_libgd_la_SOURCES += $(revealer_sources)
-EXTRA_DIST += $(revealer_sources)
-
-noinst_PROGRAMS += test-revealer
-test_revealer_SOURCES =                                \
-       test-revealer.c                         \
-       $(NULL)
-test_revealer_LDADD =                          \
-       $(LIBGD_LIBS)                           \
-       libgd.la                                \
-       $(NULL)
-endif
-
 if LIBGD_STACK
 stack_sources =                                \
        libgd/gd-stack.c                        \
diff --git a/README b/README
index 779f7c9..0815c86 100644
--- a/README
+++ b/README
@@ -103,8 +103,6 @@ LIBGD_INIT options
 
 - notification
 
-- revealer
-
 - stack
 
 - static
diff --git a/libgd.m4 b/libgd.m4
index 4a5b086..87d9855 100644
--- a/libgd.m4
+++ b/libgd.m4
@@ -98,12 +98,6 @@ AC_DEFUN([LIBGD_INIT], [
         AC_DEFINE([LIBGD_NOTIFICATION], [1], [Description])
     ])
 
-    # revealer:
-    AM_CONDITIONAL([LIBGD_REVEALER],[_LIBGD_IF_OPTION_SET([revealer],[true],[false])])
-    _LIBGD_IF_OPTION_SET([revealer],[
-        AC_DEFINE([LIBGD_REVEALER], [1], [Description])
-    ])
-
     # stack:
     AM_CONDITIONAL([LIBGD_STACK],[_LIBGD_IF_OPTION_SET([stack],[true],[false])])
     _LIBGD_IF_OPTION_SET([stack],[
diff --git a/libgd/gd-types-catalog.c b/libgd/gd-types-catalog.c
index e66d6c0..25a25d5 100644
--- a/libgd/gd-types-catalog.c
+++ b/libgd/gd-types-catalog.c
@@ -66,10 +66,6 @@
 # include "gd-notification.h"
 #endif
 
-#ifdef LIBGD_REVEALER
-# include "gd-revealer.h"
-#endif
-
 #ifdef LIBGD_STACK
 # include "gd-stack.h"
 # include "gd-stack-switcher.h"
@@ -130,10 +126,6 @@ gd_ensure_types (void)
   g_type_ensure (GD_TYPE_NOTIFICATION);
 #endif
 
-#ifdef LIBGD_REVEALER
-  g_type_ensure (GD_TYPE_REVEALER);
-#endif
-
 #ifdef LIBGD_STACK
   g_type_ensure (GD_TYPE_STACK);
   g_type_ensure (GD_TYPE_STACK_SWITCHER);
diff --git a/libgd/gd.h b/libgd/gd.h
index 26526f2..ce5b4e8 100644
--- a/libgd/gd.h
+++ b/libgd/gd.h
@@ -78,10 +78,6 @@ G_BEGIN_DECLS
 # include <libgd/gd-notification.h>
 #endif
 
-#ifdef LIBGD_REVEALER
-# include <libgd/gd-revealer.h>
-#endif
-
 #ifdef LIBGD_STACK
 # include <libgd/gd-stack.h>
 # include <libgd/gd-stack-switcher.h>


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