[gnome-control-center] common: Remove copy-paste egg code



commit 7ae7da4c31282f99d845526f7727d2f1b0d7004c
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 3 17:29:41 2011 +0000

    common: Remove copy-paste egg code
    
    Now in GTK+ itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663341

 panels/common/Makefile.am       |   11 +-
 panels/common/eggaccelerators.c |  655 ---------------------------------------
 panels/common/eggaccelerators.h |   95 ------
 3 files changed, 1 insertions(+), 760 deletions(-)
---
diff --git a/panels/common/Makefile.am b/panels/common/Makefile.am
index 92b2f28..6ed8e6c 100644
--- a/panels/common/Makefile.am
+++ b/panels/common/Makefile.am
@@ -1,7 +1,7 @@
 # This is used in PANEL_CFLAGS
 cappletname = common
 
-noinst_LTLIBRARIES = liblanguage.la libshortcuts.la
+noinst_LTLIBRARIES = liblanguage.la
 noinst_PROGRAMS = list-languages
 
 AM_CPPFLAGS =						\
@@ -27,15 +27,6 @@ liblanguage_la_LIBADD = 		\
 
 liblanguage_la_LDFLAGS = -export_dynamic -avoid-version -module -no-undefined
 
-libshortcuts_la_SOURCES =		\
-	eggaccelerators.h		\
-	eggaccelerators.c
-
-libshortcuts_la_LIBADD =		\
-	$(LIBSHORTCUTS_LIBS)
-
-libshortcuts_la_LDFLAGS = -export_dynamic -avoid-version -module -no-undefined
-
 list_languages_SOURCES = list-languages.c
 list_languages_LDADD = liblanguage.la
 list_languages_CFLAGS = $(LIBLANGUAGE_CFLAGS)



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