gnome-power-manager r3120 - in trunk: . src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3120 - in trunk: . src
- Date: Tue, 2 Dec 2008 17:52:03 +0000 (UTC)
Author: rhughes
Date: Tue Dec 2 17:52:03 2008
New Revision: 3120
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3120&view=rev
Log:
2008-12-02 Richard Hughes <richard hughsie com>
* src/Makefile.am:
* src/gpm-array-float.c:
* src/gpm-array-float.h:
* src/gpm-array.c:
* src/gpm-array.h:
* src/gpm-self-test.c: (main):
Remove some unused code.
Removed:
trunk/src/gpm-array-float.c
trunk/src/gpm-array-float.h
trunk/src/gpm-array.c
trunk/src/gpm-array.h
Modified:
trunk/ChangeLog
trunk/src/Makefile.am
trunk/src/gpm-self-test.c
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Tue Dec 2 17:52:03 2008
@@ -219,10 +219,6 @@
egg-color.h \
gpm-profile.h \
gpm-profile.c \
- gpm-array.h \
- gpm-array.c \
- gpm-array-float.h \
- gpm-array-float.c \
gpm-engine-old.h \
gpm-engine-old.c \
gpm-cell.h \
Modified: trunk/src/gpm-self-test.c
==============================================================================
--- trunk/src/gpm-self-test.c (original)
+++ trunk/src/gpm-self-test.c Tue Dec 2 17:52:03 2008
@@ -33,8 +33,6 @@
void egg_color_test (EggTest *test);
void gpm_common_test (EggTest *test);
-void gpm_array_float_test (EggTest *test);
-void gpm_array_test (EggTest *test);
void gpm_cell_unit_test (EggTest *test);
void gpm_cell_test (EggTest *test);
void gpm_cell_test_array (EggTest *test);
@@ -66,8 +64,6 @@
egg_color_test (test);
gpm_common_test (test);
- gpm_array_float_test (test);
- gpm_array_test (test);
gpm_cell_unit_test (test);
gpm_cell_test (test);
gpm_cell_test_array (test);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]