summaryrefslogtreecommitdiffstats
path: root/lib/feedtypes.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feedtypes.php')
-rw-r--r--lib/feedtypes.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/feedtypes.php b/lib/feedtypes.php
deleted file mode 100644
index d330a5b2a..000000000
--- a/lib/feedtypes.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
-* ownCloud - News app
-*
-* @author Bernhard Posselt
-* Copyright (c) 2012 - Bernhard Posselt <nukeawhale@gmail.com>
-*
-* This file is licensed under the Affero General Public License version 3 or later.
-* See the COPYING-README file
-*
-*/
-
-namespace OCA\News;
-
-
-class FeedType {
- const FEED = 0;
- const FOLDER = 1;
- const STARRED = 2;
- const SUBSCRIPTIONS = 3;
- const SHARED = 4;
-}; \ No newline at end of file