]> git.draconx.ca Git - rrace.git/blobdiff - src/motif_ui.c
Clean up redundant/unused declarations.
[rrace.git] / src / motif_ui.c
index 279f550ffc80bd1806636e552ed0673adaaab47f..adbb3e501c3909ae162a7588525b26c8fa656459 100644 (file)
@@ -30,8 +30,6 @@
 
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
 
-static void game_configure(Widget w);
-
 /* XXX generate this list? */
 enum {
        widgetMainWindow,
@@ -130,7 +128,6 @@ static Widget create_widget(const struct ui_widget *item, Widget parent,
 {
        String name = (void *)&tree_strtab[item->name];
        WidgetClass class;
-       Widget w;
 
        if (item->widget_type == widgetMenuBar)
                return XmCreateMenuBar(parent, name, args, num_args);