diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-15 23:14:36 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-15 23:14:36 -0400 |
| commit | 7b46c7de561a90c658115da03e86ece38f3f6065 (patch) | |
| tree | 40d6f78c7784e35c5b2a2b47eb2f6d7cca90029d /new/unix/tab.c | |
| parent | 0c73a7fb80e0fc59f1fbde07053bd55fe03dd3cc (diff) | |
Fixed build warnings. More TODOs.
Diffstat (limited to 'new/unix/tab.c')
| -rw-r--r-- | new/unix/tab.c | 1 |
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; |
