More progress on timesheets.
[timetracker.git] / WEB-INF / lib / ttUser.class.php
index 5309dd8..36f9163 100644 (file)
@@ -886,9 +886,4 @@ class ttUser {
 
     return false;
   }
-
-  // getTimesheets obtains timesheets for user.
-  function getTimesheets() {
-    return null; // Not implemented.
-  }
 }