accidentally committed build commands for an unfinished plugin, removing them again

metadata
Wenzel Jakob 2014-04-20 17:51:57 +02:00
parent 077fccfbf8
commit 5be2c6892c
1 changed files with 0 additions and 1 deletions

View File

@ -9,6 +9,5 @@ plugins += env.SharedLibrary('thinlens', ['thinlens.cpp'])
plugins += env.SharedLibrary('orthographic', ['orthographic.cpp'])
plugins += env.SharedLibrary('telecentric', ['telecentric.cpp'])
plugins += env.SharedLibrary('spherical', ['spherical.cpp'])
plugins += env.SharedLibrary('fisheye', ['fisheye.cpp'])
Export('plugins')