summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-05 20:41:48 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-05 20:41:48 +0300
commit8032eb0f2345ed6b9097277034d94066af66f4fd (patch)
tree6e4490564a53cd1ac3e80a8d60e63906ce4e6e67 /src/net/tmwa
parent55c9a94d904bb7fb6351f55e652ad241c079cf96 (diff)
downloadplus-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.gz
plus-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.bz2
plus-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.xz
plus-8032eb0f2345ed6b9097277034d94066af66f4fd.zip
Add empty pincode manager.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/charserverhandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h
index 5ea4b6a5c..6d2051a63 100644
--- a/src/net/tmwa/charserverhandler.h
+++ b/src/net/tmwa/charserverhandler.h
@@ -62,9 +62,6 @@ class CharServerHandler final : public Ea::CharServerHandler
void connect() const override final;
- bool isNeedCreatePin() const override final
- { return false; }
-
void setNewPincode(const std::string &pin A_UNUSED) const
override final
{ }