From 067c27efe6df16749bd6209dcf7b7727ac368b86 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 23 May 2009 13:06:44 +0200 Subject: garbage collect unused code --- src/ui.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui.cc') diff --git a/src/ui.cc b/src/ui.cc index 4140fca9..6ca69243 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -1058,7 +1058,7 @@ void UI::set_render_layout(Widget &nw) } /* - * Set the window title + * Set the tab title */ void UI::set_tab_title(const char *label) { @@ -1066,7 +1066,6 @@ void UI::set_tab_title(const char *label) dReturn_if_fail(label != NULL); - snprintf(title, 128, "Dillo: %s", label); if (*label) { // Make a label for this tab size_t tab_chars = 18, label_len = strlen(label); -- cgit v1.2.3