summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjsonpp/parse.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libjsonpp/parse.cpp b/libjsonpp/parse.cpp
index 3606258..4f82aac 100644
--- a/libjsonpp/parse.cpp
+++ b/libjsonpp/parse.cpp
@@ -24,10 +24,6 @@ namespace json {
return parseValue(stream);
}
- Object parseObject(const Glib::ustring & s) {
- return std::get<Object>(parseValue(s));
- }
-
Value parseValue(Glib::ustring::const_iterator & s) {
Glib::ustring::const_iterator start = s;
while (*s++) ;