diff options
Diffstat (limited to 'controller/JSONDB.hpp')
-rw-r--r-- | controller/JSONDB.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/JSONDB.hpp b/controller/JSONDB.hpp index a045d1b4..09667cf0 100644 --- a/controller/JSONDB.hpp +++ b/controller/JSONDB.hpp @@ -94,7 +94,6 @@ public: private: void _erase(const std::string &n); void _reload(const std::string &p,const std::string &b); - bool _isValidObjectName(const std::string &n); std::string _genPath(const std::string &n,bool create); struct _E |