summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hstream.h')
-rw-r--r--hwpfilter/source/hstream.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/hwpfilter/source/hstream.h b/hwpfilter/source/hstream.h
index 9535ced29b11..426d39650939 100644
--- a/hwpfilter/source/hstream.h
+++ b/hwpfilter/source/hstream.h
@@ -46,10 +46,7 @@ class HStream
* @returns Size of remained stream
*/
int available() const;
-/**
- * remove the stream from this object.
- */
- void closeInput();
+
private:
int size;
byte *seq;