summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-29 21:17:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-30 13:18:36 +0000
commit7ff0a5b0e47923e7f010db5b6998c0df4b73894e (patch)
treebc3bd022429fe43683c0120ce65bcdc9273e51ae /basic/source/inc
parente216078272373b2d7a96929437b5e5986b4ec185 (diff)
callcatcher: remove unused NextChannel
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/iosys.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/inc/iosys.hxx b/basic/source/inc/iosys.hxx
index 7134e7b6855f..6d79bf9ec77e 100644
--- a/basic/source/inc/iosys.hxx
+++ b/basic/source/inc/iosys.hxx
@@ -103,7 +103,6 @@ public:
void Read(rtl::OString&, short = 0);
char Read();
void Write(const rtl::OString&, short = 0);
- short NextChannel();
// 0 == bad channel or no SvStream (nChannel=0..CHANNELS-1)
SbiStream* GetStream( short nChannel ) const;
void CloseAll(); // JSM