From 40550148189eda98c1f2797297ced73958c201ba Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Tue, 3 Jan 2006 21:01:13 +0000 Subject: R src/ephy-automation.h: 2006-01-03 Crispin Flowerday * configure.ac: * src/ephy-main.c: R src/ephy-automation.h: Remove various references to bonobo, ephy is now officially monkey free! --- src/ephy-automation.h | 56 --------------------------------------------------- src/ephy-main.c | 1 - 2 files changed, 57 deletions(-) delete mode 100644 src/ephy-automation.h (limited to 'src') diff --git a/src/ephy-automation.h b/src/ephy-automation.h deleted file mode 100644 index 1a290a3e4..000000000 --- a/src/ephy-automation.h +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright (C) 2000-2003 Marco Pesenti Gritti - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - */ - -#ifndef EPHY_AUTOMATION_H -#define EPHY_AUTOMATION_H - -#include "EphyAutomation.h" - -#include - -G_BEGIN_DECLS - -#define EPHY_TYPE_AUTOMATION (ephy_automation_get_type ()) -#define EPHY_AUTOMATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EPHY_TYPE_AUTOMATION, EphyAutomation)) -#define EPHY_AUTOMATION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), EPHY_TYPE_AUTOMATION, EphyAutomationClass)) -#define EPHY_IS_AUTOMATION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EPHY_TYPE_AUTOMATION)) -#define EPHY_IS_AUTOMATION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_AUTOMATION)) -#define EPHY_AUTOMATION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_AUTOMATION, EphyAutomationClass)) - -#define AUTOMATION_FACTORY_IID "OAFIID:GNOME_Epiphany_Automation_Factory" - -typedef struct -{ - BonoboObject parent; -} EphyAutomation; - -typedef struct -{ - BonoboObjectClass parent_class; - - /*< private >*/ - POA_GNOME_EphyAutomation__epv epv; -} EphyAutomationClass; - -GType ephy_automation_get_type (void); - -G_END_DECLS - -#endif /* _EPHY_AUTOMATION_H_ */ diff --git a/src/ephy-main.c b/src/ephy-main.c index e7181b6d0..9dc13ed25 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3