summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2020-02-17 17:05:22 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2020-02-17 17:05:22 +0200
commita19364df47f14bff07f8f1ade616fe147f910838 (patch)
treed5d27a332d6ddf68a694260876a6ba4b5ad40337 /include/mts/MTS_IO_CellularRadioFactory.h
parentf3425f9f5b32060895b7cd33d337b7ac50f9e714 (diff)
downloadlibmts-io-a19364df47f14bff07f8f1ade616fe147f910838.tar.gz
libmts-io-a19364df47f14bff07f8f1ade616fe147f910838.tar.bz2
libmts-io-a19364df47f14bff07f8f1ade616fe147f910838.zip
MTX-3211 Remove the code that is used to support ME910C1-NV and ME910C1-NA
Diffstat (limited to 'include/mts/MTS_IO_CellularRadioFactory.h')
-rw-r--r--include/mts/MTS_IO_CellularRadioFactory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_CellularRadioFactory.h b/include/mts/MTS_IO_CellularRadioFactory.h
index 9b36489..e57ca5e 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -49,8 +49,6 @@ namespace MTS {
ICellularRadio* createLE910EU1(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createLE910C1NS(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createLE910C1AP(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
- ICellularRadio* createME910C1NA(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
- ICellularRadio* createME910C1NV(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createME910C1WW(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createGE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createDE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;