Skip to content

Commit

Permalink
IECoreHoudini : Remove GR_Cortex
Browse files Browse the repository at this point in the history
According to the comments this was only used for Houdini 12.1 and earlier. I am taking these comments at face value, and ignoring the fact that they don't quite line up with the #ifs, both of which are slightly wrong in different ways.
  • Loading branch information
johnhaddon committed Dec 6, 2017
1 parent 944da0d commit 010ab09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 329 deletions.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,6 @@ if doConfigure :
houdiniPythonScripts = glob.glob( "python/IECoreHoudini/*.py" )
houdiniPluginSources = [ "src/IECoreHoudini/plugin/Plugin.cpp" ]
if not env['WITH_GL'] :
houdiniSources.remove( "src/IECoreHoudini/GR_Cortex.cpp" )
houdiniSources.remove( "src/IECoreHoudini/GR_CortexPrimitive.cpp" )
houdiniSources.remove( "src/IECoreHoudini/GUI_CortexPrimitiveHook.cpp" )
houdiniEnv.Append( CPPFLAGS = '-DIECOREHOUDINI_WITH_GL' )
Expand Down
101 changes: 0 additions & 101 deletions include/IECoreHoudini/GR_Cortex.h

This file was deleted.

227 changes: 0 additions & 227 deletions src/IECoreHoudini/GR_Cortex.cpp

This file was deleted.

0 comments on commit 010ab09

Please sign in to comment.