aboutsummaryrefslogtreecommitdiff
path: root/engine/SkinStringModificationType.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/SkinStringModificationType.php')
-rw-r--r--engine/SkinStringModificationType.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/SkinStringModificationType.php b/engine/SkinStringModificationType.php
deleted file mode 100644
index 7e750f2..0000000
--- a/engine/SkinStringModificationType.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-enum SkinStringModificationType {
- case RAW;
- case URL;
- case HTML;
- case JSON;
- case ADDSLASHES;
-} \ No newline at end of file