From 5be2c6892c4ae1eaf0e7274da9ce8f3b124f7374 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sun, 20 Apr 2014 17:51:57 +0200 Subject: [PATCH] accidentally committed build commands for an unfinished plugin, removing them again --- src/sensors/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sensors/SConscript b/src/sensors/SConscript index 4795c2dd..f2279584 100644 --- a/src/sensors/SConscript +++ b/src/sensors/SConscript @@ -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')