diff options
Diffstat (limited to 'src/ephy-automation.c')
-rw-r--r-- | src/ephy-automation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-automation.c b/src/ephy-automation.c index 0abb0d540..4f5b8b1b4 100644 --- a/src/ephy-automation.c +++ b/src/ephy-automation.c @@ -41,7 +41,6 @@ impl_ephy_automation_import_bookmarks (PortableServer_Servant _servant, CORBA_Environment * ev); static void impl_ephy_automation_quit (PortableServer_Servant _servant, - const CORBA_boolean disableServer, CORBA_Environment * ev); static void impl_ephy_automation_load_session (PortableServer_Servant _servant, @@ -171,7 +170,6 @@ impl_ephy_automation_import_bookmarks (PortableServer_Servant _servant, static void impl_ephy_automation_quit (PortableServer_Servant _servant, - const CORBA_boolean disableServer, CORBA_Environment * ev) { Session *session; |