diff options
Diffstat (limited to 'includes/Input.h')
-rw-r--r-- | includes/Input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Input.h b/includes/Input.h index 8741ebc..8e3e84e 100644 --- a/includes/Input.h +++ b/includes/Input.h @@ -16,7 +16,6 @@ class Input : public Handle { virtual bool CanRead(); virtual bool CanSeek(); virtual off_t seek(off_t, int) throw (GeneralException); - virtual off_t tell(); virtual String GetName(); virtual ssize_t GetSize(); virtual time_t GetModif(); |