aboutsummaryrefslogtreecommitdiffstats
path: root/apps/editor/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/editor/appinfo/app.php')
-rw-r--r--apps/editor/appinfo/app.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/editor/appinfo/app.php b/apps/editor/appinfo/app.php
deleted file mode 100644
index 330200d2485..00000000000
--- a/apps/editor/appinfo/app.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-
-OC_App::register( array(
- 'order' => 20,
- 'id' => 'editor',
- 'name' => 'Editor' ));
-
-