From: lordhavoc Date: Thu, 4 Jan 2007 21:45:37 +0000 (+0000) Subject: reverting my last change as I don't know where to put it X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f853a0138ae1aea651cf4ec1f3d8e2bdb2bf1d73;p=xonotic%2Fnetradiant.git reverting my last change as I don't know where to put it git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@130 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/include/ibrush.h b/include/ibrush.h index 22f7f562..ddc82559 100644 --- a/include/ibrush.h +++ b/include/ibrush.h @@ -124,9 +124,4 @@ inline BrushCreator& GlobalBrushCreator() return GlobalBrushModule::getTable(); } -inline Brush* Node_getBrush(scene::Node& node) -{ - return NodeTypeCast::cast(node); -} - #endif