removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / include / classes / ATOC_Json.php
diff --git a/mods/atutor_opencaps/include/classes/ATOC_Json.php b/mods/atutor_opencaps/include/classes/ATOC_Json.php
deleted file mode 100755 (executable)
index 14499ad..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php\r
-/****************************************************************/\r
-/* Atutor-OpenCaps Module                                              \r
-/****************************************************************/\r
-/* Copyright (c) 2010                           \r
-/* Written by Antonio Gamba                                            \r
-/* Adaptive Technology Resource Centre / University of Toronto\r
-/*\r
-/* This program is free software. You can redistribute it and/or\r
-/* modify it under the terms of the GNU General Public License\r
-/* as published by the Free Software Foundation.\r
-/****************************************************************/\r
-\r
-class OcJsonFileProject\r
-{\r
-       // set here all the global vars\r
-       public $id;\r
-       public $title;\r
-       public $login;\r
-       public $mediaFile;\r
-       public $captionFile;\r
-       public $timeStamp;\r
-       public $returnFormat;\r
-       \r
-       /**\r
-        * @desc setVars\r
-        * @param String $varName\r
-        * @param String $varValue\r
-        */\r
-       public function setVars($varName, $varValue)\r
-       {\r
-               $this->$varName = $varValue;\r
-       }\r
-       \r
-       /**\r
-        * @desc addProjectData\r
-        * @param String $theProjectData\r
-        */\r
-       public function addProjectData($theProjectData)\r
-       {\r
-               \r
-               $this->results[]=$theProjectData;\r
-       }\r
-\r
-} // end class\r
-?>
\ No newline at end of file