summaryrefslogtreecommitdiffstats
path: root/db/feedtype.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feedtype.php')
-rw-r--r--db/feedtype.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/db/feedtype.php b/db/feedtype.php
deleted file mode 100644
index fcb42bb8a..000000000
--- a/db/feedtype.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
- */
-
-namespace OCA\News\Db;
-
-
-class FeedType {
- const FEED = 0;
- const FOLDER = 1;
- const STARRED = 2;
- const SUBSCRIPTIONS = 3;
- const SHARED = 4;
- const EXPLORE = 5;
-} \ No newline at end of file