summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hstream.cxx
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.cxx
parent2617def8d1430e093f6a482a72727b2965a8a8a6 (diff)
HStream::closeInput does nothing
Change-Id: I0d57e227be45bb2c098969ab24eedab30514313f
Diffstat (limited to 'hwpfilter/source/hstream.cxx')
-rw-r--r--hwpfilter/source/hstream.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/hwpfilter/source/hstream.cxx b/hwpfilter/source/hstream.cxx
index 5cd93542e844..e3c1b4244ee1 100644
--- a/hwpfilter/source/hstream.cxx
+++ b/hwpfilter/source/hstream.cxx
@@ -66,9 +66,4 @@ int HStream::available() const
return size - pos;
}
-
-void HStream::closeInput()
-{
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */