summaryrefslogtreecommitdiff
path: root/new/unix/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/unix/tab.c')
-rw-r--r--new/unix/tab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/unix/tab.c b/new/unix/tab.c
index 8332bbd..bb168f5 100644
--- a/new/unix/tab.c
+++ b/new/unix/tab.c
@@ -43,7 +43,6 @@ static void addPage(uiTab *tt, const char *name, uiControl *child)
uiTab *uiNewTab(void)
{
- uiControl *c;
struct tab *t;
GtkWidget *widget;