X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fbrushmanip.h;h=5a1f62b00cd060894501d61753ecafb602427d5e;hb=ba54332d190b19c00bb8f15ee7d7b7634221646d;hp=ac34e45528215e1280e1ebd45e9bb28cb327048a;hpb=f3d0806dfea23aef768535ee2fc8e1fff9aebe9f;p=xonotic%2Fnetradiant.git diff --git a/radiant/brushmanip.h b/radiant/brushmanip.h index ac34e455..5a1f62b0 100644 --- a/radiant/brushmanip.h +++ b/radiant/brushmanip.h @@ -71,10 +71,6 @@ void Scene_BrushSelectByShader( scene::Graph& graph, const char* name ); void Scene_BrushSelectByShader_Component( scene::Graph& graph, const char* name ); void Scene_BrushFitTexture_Selected( scene::Graph& graph, float s_repeat, float t_repeat ); void Scene_BrushFitTexture_Component_Selected( scene::Graph& graph, float s_repeat, float t_repeat ); -void Scene_BrushFitTexture_SelectedW( scene::Graph& graph, float s_repeat, float t_repeat ); -void Scene_BrushFitTexture_Component_SelectedW( scene::Graph& graph, float s_repeat, float t_repeat ); -void Scene_BrushFitTexture_SelectedH( scene::Graph& graph, float s_repeat, float t_repeat ); -void Scene_BrushFitTexture_Component_SelectedH( scene::Graph& graph, float s_repeat, float t_repeat ); void Brush_constructMenu( ui::Menu menu );