removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / include / classes / caption_class.php
diff --git a/mods/atutor_opencaps/opencaps/include/classes/caption_class.php b/mods/atutor_opencaps/opencaps/include/classes/caption_class.php
deleted file mode 100755 (executable)
index 8070e5c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php\r
-/*\r
- * OpenCaps\r
- * http://opencaps.atrc.utoronto.ca\r
- * \r
- * Copyright 2009 Heidi Hazelton\r
- * Adaptive Technology Resource Centre, University of Toronto\r
- * \r
- * Licensed under the Educational Community License (ECL), Version 2.0. \r
- * You may not use this file except in compliance with this License.\r
- * http://www.opensource.org/licenses/ecl2.php\r
- * \r
- */\r
-\r
-class caption {\r
-       public $caption;\r
-       public $textStyles = array(); // \r
-       \r
-       function __construct($theCaption,$theTextStyles) {\r
-               $this->caption = $theCaption;\r
-               $this->textStyles= $theTextStyles;\r
-               \r
-       }\r
-}\r
-\r
-\r
-?>
\ No newline at end of file