summaryrefslogtreecommitdiff
path: root/include/Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Input.h')
-rw-r--r--include/Input.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Input.h b/include/Input.h
index ae8ef09..7aa0ff2 100644
--- a/include/Input.h
+++ b/include/Input.h
@@ -7,10 +7,6 @@
#include <String.h>
#include <Handle.h>
-/*
- * Cette classe sert à créer un fichier ouvert en lecture.
- */
-
class Input : public Handle {
public:
Input(String = "") throw (GeneralException);