diff options
Diffstat (limited to 'tests/test4.c')
-rw-r--r-- | tests/test4.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test4.c b/tests/test4.c index 99285cec43..bc9eef71d1 100644 --- a/tests/test4.c +++ b/tests/test4.c @@ -10,7 +10,6 @@ #include "camel-mh-folder.h" #include "camel-mh-store.h" #include "camel.h" -#include "camel-log.h" int main (int argc, char**argv) @@ -22,8 +21,6 @@ main (int argc, char**argv) CamelMimeMessage *message_1; gboolean inbox_exists; - camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG; - gtk_init (&argc, &argv); camel_init (); |