summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hstream.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-03 09:17:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-03 13:11:58 +0200
commite7118d205d474a3cac747238671b6fa34963eec8 (patch)
treede9b7b6884e4c7b17d8280eb4c297adeb5e2de34 /hwpfilter/source/hstream.h
parent2617def8d1430e093f6a482a72727b2965a8a8a6 (diff)
HStream::closeInput does nothing
Change-Id: I0d57e227be45bb2c098969ab24eedab30514313f
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;