removed mods directory from the ATutor codebase
[atutor.git] / mods / cpref_switch / module.inc.php
diff --git a/mods/cpref_switch/module.inc.php b/mods/cpref_switch/module.inc.php
deleted file mode 100644 (file)
index 369d06c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/* Content preferences switcher constants */
-/* These constants need to be moved to constants.inc.php */
-define('AT_INCLUDE_PATH', '../../include/');
-
-define('AT_PREF_NONE', 'none');
-define('AT_PREF_TEXT', 'text');
-define('AT_PREF_AUDIO', 'audio');
-define('AT_PREF_VISUAL', 'visual');
-define('AT_PREF_SIGN', 'sign_lang');
-
-define('AT_POST_ALT_TO_TEXT', 'alt_to_text');
-define('AT_POST_ALT_TO_AUDIO', 'alt_to_audio');
-define('AT_POST_ALT_TO_VISUAL', 'alt_to_visual');
-
-?>
\ No newline at end of file