Skip to content

Commit f485aa4

Browse files
committed
conceal Json::Value from ApiObject
1 parent 09060f7 commit f485aa4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/fdp/objects/api_object.hxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ namespace FDP {
6969
*/
7070
std::string get_first_component() const;
7171

72-
/**
73-
* @brief Get the object as a Json::Value
74-
*
75-
* @return Json::Value
76-
*/
77-
Json::Value get_object(){return obj_;}
78-
7972
/**
8073
* @brief Check to see if the object is empty
8174
*

0 commit comments

Comments
 (0)