-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
While studying AlloSphere rendering I ran into al_WarpBlend.{c,h}pp which appears to be a previous incarnation of al_OmniStereo.{c,h}pp. After some grep-ing, I found that nothing in AlloSystem depends on it, but two of our AlloSphere pieces (mchb, nanomed) require it.
Since AlloSphere projects that aren't in our regular demo lineup may require it, I suggest moving it into a "deprecated" folder and creating a relative symlink at the correct location. The catch is that git supports symlinks, but msysgit does not.
Are there any other (current) files we can cull in a similar fashion?