[evolution-patches] Dead code cleanup
- From: Mike Kestner <mkestner ximian com>
- To: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Dead code cleanup
- Date: Fri, 25 Jul 2003 15:52:04 -0500
This is the makefile stuff to remove e-paned, e-[hv]scrollbar, and
e-scroll-frame. I'll also be cvs removing the relevant files.
Figured I might as well get these in for Monday's tarball.
--
Mike Kestner <mkestner ximian com>
Index: gal/Makefile.am
===================================================================
RCS file: /cvs/gnome/gal/gal/Makefile.am,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile.am
--- gal/Makefile.am 3 May 2003 17:05:27 -0000 1.65
+++ gal/Makefile.am 25 Jul 2003 20:47:12 -0000
@@ -1,5 +1,5 @@
nonui_subdirs = util
-ui_subdirs = widgets e-paned e-table e-text menus shortcut-bar . a11y
+ui_subdirs = widgets e-table e-text menus shortcut-bar . a11y
SUBDIRS = $(nonui_subdirs) $(ui_subdirs)
Index: gal/widgets/Makefile.am
===================================================================
RCS file: /cvs/gnome/gal/gal/widgets/Makefile.am,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile.am
--- gal/widgets/Makefile.am 3 May 2003 17:09:14 -0000 1.56
+++ gal/widgets/Makefile.am 25 Jul 2003 20:47:12 -0000
@@ -18,19 +18,16 @@ libwidgets_la_SOURCES = \
e-cursors.c \
e-file-selection.c \
e-gui-utils.c \
- e-hscrollbar.c \
e-hsv-utils.c \
e-option-menu.c \
e-popup-menu.c \
e-printable.c \
e-reflow-model.c \
e-reflow.c \
- e-scroll-frame.c \
e-selection-model-array.c \
e-selection-model-simple.c \
e-selection-model.c \
e-unicode.c \
- e-vscrollbar.c \
gtk-combo-box.c \
gtk-combo-stack.c \
gtk-combo-text.c \
@@ -66,19 +63,16 @@ libwidgetsinclude_HEADERS = \
e-cursors.h \
e-file-selection.h \
e-gui-utils.h \
- e-hscrollbar.h \
e-hsv-utils.h \
e-option-menu.h \
e-popup-menu.h \
e-printable.h \
e-reflow-model.h \
e-reflow.h \
- e-scroll-frame.h \
e-selection-model-array.h \
e-selection-model-simple.h \
e-selection-model.h \
e-unicode.h \
- e-vscrollbar.h \
gtk-combo-box.h \
gtk-combo-stack.h \
gtk-combo-text.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]