diff options
Diffstat (limited to 'camel/camel-folder-pt-proxy.c')
-rw-r--r-- | camel/camel-folder-pt-proxy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-folder-pt-proxy.c b/camel/camel-folder-pt-proxy.c index c8575d1dba..cbf382c6ed 100644 --- a/camel/camel-folder-pt-proxy.c +++ b/camel/camel-folder-pt-proxy.c @@ -28,7 +28,6 @@ #include <config.h> #include "camel-folder-pt-proxy.h" -#include "camel-log.h" #include "camel-marshal-utils.h" #include "camel-exception.h" #include <pthread.h> @@ -237,12 +236,9 @@ _finalize (GtkObject *object) CamelFolder *camel_folder = CAMEL_FOLDER (object); CamelFolderPtProxy *camel_folder_pt_proxy = CAMEL_FOLDER_PT_PROXY (camel_folder); - CAMEL_LOG_FULL_DEBUG ("Entering CamelFolderPtProxy::finalize\n"); - camel_exception_free (camel_folder_pt_proxy->thread_ex); g_free (camel_folder_pt_proxy->pud); GTK_OBJECT_CLASS (parent_class)->finalize (object); - CAMEL_LOG_FULL_DEBUG ("Leaving CamelFolderPtProxy::finalize\n"); } |