diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-21 06:46:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-21 06:46:40 +0800 |
commit | 6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8 (patch) | |
tree | c3cfc7bd5acb19047b87a37cbce3319fb616ae6b /my-evolution/component-factory.c | |
parent | abb2d6725e22bd864ff59ffcb40f6fe0e4f3d8ec (diff) | |
download | gsoc2013-evolution-6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8.tar.gz gsoc2013-evolution-6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8.tar.zst gsoc2013-evolution-6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8.zip |
Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init):
* component-factory.c: Removed unused #define
COMPONENT_FACTORY_ID.
(component_factory_init): Removed unused variable.
* GNOME_Evolution_Summary.server.in.in: Updated to not use a
factory, which is what the code actually expects.
svn path=/trunk/; revision=18867
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 481d817403..a60bd2374a 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -43,8 +43,7 @@ #include "component-factory.h" -#define COMPONENT_ID "OAFIID:GNOME_Evolution_Summary_ShellComponent" -#define COMPONENT_FACTORY_ID "OAFIID:GNOME_Evolution_Summary_ShellComponentFactory" +#define COMPONENT_ID "OAFIID:GNOME_Evolution_Summary_ShellComponent" static gint running_objects = 0; static ESummaryPrefs *global_preferences = NULL; @@ -161,7 +160,6 @@ create_component (void) void component_factory_init (void) { - BonoboGenericFactory *factory; Bonobo_RegistrationResult result; BonoboObject *shell_component; |