summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-08-09 14:19:15 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-08-22 15:57:35 +0100
commit466fc27d87f05fec747dbdffcfd7ecf0c06c54fd (patch)
tree4fc2445c4819bd16a53d06e647d4e03e550dbe26
parent8cbeb877f00f2e59080eb07cd422c40388474b60 (diff)
remove test for OhmConfObj from ohm-test.c
OhmConfObj exists no more, so remove the test.
-rw-r--r--ohmd/ohm-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ohmd/ohm-test.c b/ohmd/ohm-test.c
index db14c98..c100965 100644
--- a/ohmd/ohm-test.c
+++ b/ohmd/ohm-test.c
@@ -30,7 +30,6 @@
#include "ohm-debug.h"
#include "ohm-common.h"
#include "ohm-conf.h"
-#include "ohm-confobj.h"
/**
* main:
@@ -39,7 +38,6 @@ int
main (int argc, char *argv[])
{
OhmConf *conf = NULL;
- OhmConfObj *confobj = NULL;
gboolean ret;
GError *error;
gint value;
@@ -48,10 +46,6 @@ main (int argc, char *argv[])
ohm_debug_init (TRUE);
- ohm_debug ("Tesing confobj");
- confobj = ohm_confobj_new ();
- g_object_unref (confobj);
-
ohm_debug ("Testing conf");
conf = ohm_conf_new ();