[gnome-control-center] shell: Remove CcNotebook



commit 69b2a05b255a7b9e5623ee6007636671b596286c
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Aug 18 16:09:01 2012 +0100

    shell: Remove CcNotebook
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682127

 shell/Makefile.am            |    7 -
 shell/cc-notebook.c          |  566 ------------------------------------------
 shell/cc-notebook.h          |   70 ------
 shell/gnome-control-center.c |    1 -
 shell/test-notebook.c        |   92 -------
 5 files changed, 0 insertions(+), 736 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 65e4b82..7242475 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -19,8 +19,6 @@ gnome_control_center_SOURCES =			\
 	cc-shell-log.h				\
 	gnome-control-center.c			\
 	gnome-control-center.h			\
-	cc-notebook.c				\
-	cc-notebook.h				\
 	cc-shell-category-view.c		\
 	cc-shell-category-view.h		\
 	cc-shell-item-view.c			\
@@ -65,11 +63,6 @@ directory_in_files = gnomecc.directory.in
 directory_DATA = $(directory_in_files:.directory.in=.directory)
 @INTLTOOL_DIRECTORY_RULE@
 
-noinst_PROGRAMS = test-notebook
-test_notebook_SOURCES = test-notebook.c cc-notebook.c cc-notebook.h
-test_notebook_CFLAGS = $(SHELL_CFLAGS)
-test_notebook_LDADD = $(SHELL_LIBS)
-
 EXTRA_DIST =					\
 	$(ui_DATA)				\
 	gnome-control-center.desktop.in.in	\
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index 13cf97c..5973219 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -36,7 +36,6 @@
 #include "cc-shell.h"
 #include "cc-shell-category-view.h"
 #include "cc-shell-model.h"
-#include "cc-notebook.h"
 
 G_DEFINE_TYPE (GnomeControlCenter, gnome_control_center, CC_TYPE_SHELL)
 



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