]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
reverting my last change as I don't know where to put it
authorForest Hale <lordhavoc>
Thu, 4 Jan 2007 21:45:37 +0000 (21:45 +0000)
committerForest Hale <lordhavoc>
Thu, 4 Jan 2007 21:45:37 +0000 (21:45 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@130 8a3a26a2-13c4-0310-b231-cf6edde360e5

include/ibrush.h

index 22f7f56230d1a3504f61020213a11e62674e3163..ddc825596c7da5c900e8d9bb1e1891fbd3be829c 100644 (file)
@@ -124,9 +124,4 @@ inline BrushCreator& GlobalBrushCreator()
   return GlobalBrushModule::getTable();
 }
 
-inline Brush* Node_getBrush(scene::Node& node)
-{
-  return NodeTypeCast<Brush>::cast(node);
-}
-
 #endif