mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
reverting my last change as I don't know where to put it
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@130 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
e1a4c59897
commit
03c5c9e2a0
1 changed files with 0 additions and 5 deletions
|
@ -124,9 +124,4 @@ inline BrushCreator& GlobalBrushCreator()
|
|||
return GlobalBrushModule::getTable();
|
||||
}
|
||||
|
||||
inline Brush* Node_getBrush(scene::Node& node)
|
||||
{
|
||||
return NodeTypeCast<Brush>::cast(node);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue