diff options
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index c727fdf..99ce01d 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -134,7 +134,6 @@ class VLCInput : public InputInterface int getRate() { return m_rate; } - int getChannels() { return m_channels; } virtual bool fault_detected(void) const override { return m_fault; }; |