[epiphany] ephy-web-app-utils: remove unused variable
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-app-utils: remove unused variable
- Date: Wed, 9 May 2012 11:26:17 +0000 (UTC)
commit f493e1e059e95b75aef79e46226f47a2608a79f2
Author: Xan Lopez <xan igalia com>
Date: Wed May 9 13:25:49 2012 +0200
ephy-web-app-utils: remove unused variable
lib/ephy-web-app-utils.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 023736b..7739a53 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]