aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-web-app-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-web-app-utils.c')
-rw-r--r--lib/ephy-web-app-utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 023736b8e..7739a5328 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -303,7 +303,6 @@ char *
ephy_web_application_create (const char *address, const char *name, GdkPixbuf *icon)
{
char *profile_dir = NULL;
- char *toolbar_path = NULL;
char *desktop_file_path = NULL;
/* If there's already a WebApp profile for the contents of this
@@ -328,9 +327,6 @@ ephy_web_application_create (const char *address, const char *name, GdkPixbuf *i
desktop_file_path = create_desktop_file (address, profile_dir, name, icon);
out:
- if (toolbar_path)
- g_free (toolbar_path);
-
if (profile_dir)
g_free (profile_dir);