diff options
Diffstat (limited to 'api/logic/meta/JsonFormat.cpp')
-rw-r--r-- | api/logic/meta/JsonFormat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/logic/meta/JsonFormat.cpp b/api/logic/meta/JsonFormat.cpp index fda1cf97..fb78941f 100644 --- a/api/logic/meta/JsonFormat.cpp +++ b/api/logic/meta/JsonFormat.cpp @@ -28,8 +28,6 @@ using namespace Json; namespace Meta { -static const int currentFormatVersion = 0; - // Index static BaseEntity::Ptr parseIndexInternal(const QJsonObject &obj) { |