From 408793a7eae6bc40154436919becede8532c2c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Tue, 30 Aug 2011 17:00:19 -0400 Subject: [PATCH] Removed old & unused var container --- src/gmdb2/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmdb2/debug.c b/src/gmdb2/debug.c index 209bd17..0f21a12 100644 --- a/src/gmdb2/debug.c +++ b/src/gmdb2/debug.c @@ -652,7 +652,7 @@ gmdb_debug_dissect_data_pg3(GtkTreeStore *store, char *fbuf, int offset, int len row_len = (get_uint16(fbuf+offset+10+(i-1)*2) & 0x0FFF) - row_start; str = g_strdup_printf("Row %d", i+1); - container = gmdb_debug_add_item(store, NULL, str, + /*container = */gmdb_debug_add_item(store, NULL, str, row_start, row_len); /* usage pages have parent id of 0 (database) and do not