summaryrefslogtreecommitdiff
path: root/include/Output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Output.h')
-rw-r--r--include/Output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Output.h b/include/Output.h
index 10a1849..6c4fdec 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -5,10 +5,6 @@
#include <String.h>
#include <Handle.h>
-/*
- * Ouvre un fichier en ecriture.
- */
-
class Output : public Handle {
public:
Output(String = "", int trunc = 1) throw (GeneralException);