[gimp/metadata-browser] help-browser: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] help-browser: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:16:49 +0000 (UTC)
commit e11a3de2ccffcb2e11d738bcb6aa3d94c1ecd53a
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 10 09:57:58 2011 +0530
help-browser: Delete dead variable and assignment
plug-ins/help-browser/uri.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/help-browser/uri.c b/plug-ins/help-browser/uri.c
index 48d8df0..84cb76f 100644
--- a/plug-ins/help-browser/uri.c
+++ b/plug-ins/help-browser/uri.c
@@ -135,7 +135,6 @@ uri_to_abs (const gchar *uri,
gint base_cnt = 0; /* no of chars to be copied from base URI */
gint uri_cnt = 0; /* no of chars to be copied from URI */
gint sep_cnt = 0; /* no of chars to be inserted between them */
- gint path_offset = -1;
const gchar *sep_str = ""; /* string to insert between base and uri */
const gchar *part;
@@ -206,8 +205,6 @@ uri_to_abs (const gchar *uri,
base_cnt += cptr - part;
}
- path_offset = base_cnt;
-
if (uri_type == URI_ABSPATH)
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]