summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 11:21:49 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 11:21:49 +0100
commit16c2696f2ada2c22e0ac6392bd27365f10e66004 (patch)
treec45866e1ca17b1a6c254d1b94dc8642bae8e70a0
parent02452e6a5ccf287dd3a08c3bb14c0395cab2d926 (diff)
Delete Days.php
-rw-r--r--app/models/Days.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/Days.php b/app/models/Days.php
deleted file mode 100644
index 2d770c30b..000000000
--- a/app/models/Days.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-class FreshRSS_Days {
- const TODAY = 0;
- const YESTERDAY = 1;
- const BEFORE_YESTERDAY = 2;
-}