Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / matlab / toolbox / opencv / cvdemos / demos.m
diff --git a/interfaces/matlab/toolbox/opencv/cvdemos/demos.m b/interfaces/matlab/toolbox/opencv/cvdemos/demos.m
deleted file mode 100644 (file)
index 2d86d2f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-function tbxStruct=demos\r
-%DEMOS Demo list for the OpenCV toolbox.\r
-\r
-if nargout==0, demo toolbox; return; end\r
-\r
-tbxStruct.Name='OpenCV';\r
-tbxStruct.Type='toolbox';\r
-\r
-tbxStruct.Help= {\r
-    'OpenCV is powerful open source'\r
-    'computer vision library'\r
-    ' '\r
-     };\r
-\r
-tbxStruct.DemoList={\r
-    'Canny Demo', 'cannydemo'\r
-    'Contour Demo', 'contdemo'\r
-    'Flood Fill Demo', 'filldemo'\r
-    'Optical Flow Demo', 'flowdemo'\r
-};\r