summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2013-05-03 13:55:42 -0500
committerScott Balneaves <[email protected]>2013-05-03 13:55:42 -0500
commitb8ea69f04ca37619456242782608fa4dcb4261b4 (patch)
tree19db8368b9f426015eef9cd47a91b47e6bd6e0e7
parent79c44785180728fb53b2a7cc9b9512619fe45a79 (diff)
downloadlibmatekbd-b8ea69f04ca37619456242782608fa4dcb4261b4.tar.bz2
libmatekbd-b8ea69f04ca37619456242782608fa4dcb4261b4.tar.xz
Group concensus: just delete unused code; git log stores it
-rw-r--r--libmatekbd/matekbd-indicator.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmatekbd/matekbd-indicator.c b/libmatekbd/matekbd-indicator.c
index dcb65e9..d500e85 100644
--- a/libmatekbd/matekbd-indicator.c
+++ b/libmatekbd/matekbd-indicator.c
@@ -202,12 +202,6 @@ matekbd_indicator_fill (MatekbdIndicator * gki)
for (grp = 0; grp < total_groups; grp++) {
GtkWidget *page;
-#if 0
- gchar *full_group_name =
- (grp <
- g_strv_length (globals.full_group_names)) ?
- globals.full_group_names[grp] : "?";
-#endif
page = matekbd_indicator_prepare_drawing (gki, grp);
if (page == NULL)