Revert "Add PolicyManager as plugin"
[apps/agl-service-windowmanager-2017.git] / src / json_helper.hpp
index 5333130..2f6b817 100644 (file)
@@ -30,7 +30,6 @@ json_object *to_json(std::vector<uint32_t> const &v);
 namespace jh {
 const char* getStringFromJson(json_object* obj, const char* key);
 int getIntFromJson(json_object *obj, const char *key);
-json_bool getBoolFromJson(json_object *obj, const char *key);
 int inputJsonFilie(const char* file, json_object** obj);
 }  // namespace jh