gnome-keyring r1521 - in trunk: . common common/tests daemon



Author: nnielsen
Date: Sat Feb  7 23:53:57 2009
New Revision: 1521
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1521&view=rev

Log:
Remove more unused code.

Removed:
   trunk/common/gkr-crypto.c
   trunk/common/gkr-crypto.h
   trunk/common/gkr-id.c
   trunk/common/gkr-id.h
   trunk/common/tests/unit-test-unique.c
Modified:
   trunk/ChangeLog
   trunk/common/Makefile.am
   trunk/common/tests/Makefile.am
   trunk/daemon/gkr-daemon.c

Modified: trunk/common/Makefile.am
==============================================================================
--- trunk/common/Makefile.am	(original)
+++ trunk/common/Makefile.am	Sat Feb  7 23:53:57 2009
@@ -21,12 +21,10 @@
 libgkr_common_la_SOURCES = \
 	gkr-async.c gkr-async.h \
 	gkr-cleanup.c gkr-cleanup.h \
-	gkr-crypto.c gkr-crypto.h \
 	gkr-daemon-util.c gkr-daemon-util.h \
 	gkr-dbus.c gkr-dbus.h \
 	gkr-location.c gkr-location.h \
 	gkr-location-watch.c gkr-location-watch.h \
-	gkr-id.c gkr-id.h \
 	gkr-unix-signal.c gkr-unix-signal.h \
 	gkr-wakeup.c gkr-wakeup.h 
 

Modified: trunk/common/tests/Makefile.am
==============================================================================
--- trunk/common/tests/Makefile.am	(original)
+++ trunk/common/tests/Makefile.am	Sat Feb  7 23:53:57 2009
@@ -1,6 +1,5 @@
 UNIT_AUTO = \
 	unit-test-async.c \
-	unit-test-unique.c \
 	unit-test-cleanup.c \
 	unit-test-location.c \
 	unit-test-location-watch.c \

Modified: trunk/daemon/gkr-daemon.c
==============================================================================
--- trunk/daemon/gkr-daemon.c	(original)
+++ trunk/daemon/gkr-daemon.c	Sat Feb  7 23:53:57 2009
@@ -26,7 +26,6 @@
 
 #include "common/gkr-async.h"
 #include "common/gkr-cleanup.h"
-#include "common/gkr-crypto.h"
 #include "common/gkr-daemon-util.h"
 #include "egg/egg-secure-memory.h"
 #include "egg/egg-unix-credentials.h"
@@ -687,8 +686,6 @@
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 #endif
 
-	gkr_crypto_setup ();
-
 	/* Send all warning or error messages to syslog */
 	prepare_logging ();
 	



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