Browse Source

Delete Days.php

Alexandre Alapetite 12 years ago
parent
commit
16c2696f2a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      app/models/Days.php

+ 0 - 7
app/models/Days.php

@@ -1,7 +0,0 @@
-<?php
-
-class FreshRSS_Days {
-	const TODAY = 0;
-	const YESTERDAY = 1;
-	const BEFORE_YESTERDAY = 2;
-}