From 91b1b557145ed88defb02d8495dc0d0580a53ea4 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 4 Apr 2002 12:10:37 +0000 Subject: Make the preferences seperate from the views svn path=/trunk/; revision=16338 --- my-evolution/e-summary-factory.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'my-evolution/e-summary-factory.c') diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index bda75452ab..db84213374 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -155,7 +155,5 @@ e_summary_factory_new_control (const char *uri, /* FIXME: We register the factory here as it needs the summary object. Sigh, this is really wrong. */ - e_summary_preferences_register_config_control_factory (summary); - return control; } -- cgit