]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mainframe.cpp
rebuilt gtk binary dependencies file
[xonotic/netradiant.git] / radiant / mainframe.cpp
index 493520f0c584e1962f88bb9686b1b87c06db7502..7f7dba22fae19e3dd3dc2991ad919bcb4ac5cdd1 100644 (file)
@@ -7079,7 +7079,7 @@ void MainFrame::OnSelectFuncGroup()
        // check to see if the selected brush is part of a func group
        // if it is, deselect everything and reselect the next brush 
        // in the group
-       brush_t *b2, *b = selected_brushes.next;
+       brush_t *b = selected_brushes.next;
        entity_t * e;
        if (b != &selected_brushes)
        {