aboutsummaryrefslogtreecommitdiffstats
path: root/include/rba/RBAJsonParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/rba/RBAJsonParser.hpp')
-rw-r--r--include/rba/RBAJsonParser.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/rba/RBAJsonParser.hpp b/include/rba/RBAJsonParser.hpp
index 2f9404a..449a24b 100644
--- a/include/rba/RBAJsonParser.hpp
+++ b/include/rba/RBAJsonParser.hpp
@@ -38,10 +38,6 @@ namespace rba
{
class RBAModel;
-// internal {
-class RBAExpression;
-class RBAModelFactory;
-// }
/**
* @class RBAJsonParser
@@ -78,9 +74,6 @@ public:
*/
RBAModel* parse(const std::string& filename);
- // internal {
- RBAJsonParser(RBAModelFactory* factory);
- // }
private:
class Impl;