From a025e7d7a50df9f7ebea6aaf9c86ca40ef03440e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 9 May 2012 12:27:02 +0200 Subject: ephy-web-app-utils: remove dummy toolbar XML file We don't use XML files to create our toolbars anymore, so this is not needed. --- lib/ephy-web-app-utils.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lib') diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c index 8c5d65366..023736b8e 100644 --- a/lib/ephy-web-app-utils.c +++ b/lib/ephy-web-app-utils.c @@ -168,18 +168,6 @@ out: return return_value; } -#define EPHY_WEB_APP_TOOLBAR "" \ - "" \ - " " \ - "" - -#define EPHY_TOOLBARS_XML_FILE "epiphany-toolbars-3.xml" - static char * create_desktop_file (const char *address, const char *profile_dir, @@ -331,14 +319,9 @@ ephy_web_application_create (const char *address, const char *name, GdkPixbuf *i } /* Things we need in a WebApp's profile: - - Toolbar layout - Our own cookies file, copying the relevant cookies for the app's domain. */ - toolbar_path = g_build_filename (profile_dir, EPHY_TOOLBARS_XML_FILE, NULL); - if (!g_file_set_contents (toolbar_path, EPHY_WEB_APP_TOOLBAR, -1, NULL)) - goto out; - create_cookie_jar_for_domain (address, profile_dir); /* Create the deskop file. */ -- cgit v1.2.3