From 22b14860e6b2bda990a05167ae61d8d7f24a2427 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 21 Jul 2018 22:59:17 +0900 Subject: csapi: add definitions/auth_data.* and optimise out trivial files with the latest GTAD --- .../definitions/location_batch.h | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 lib/application-service/definitions/location_batch.h (limited to 'lib/application-service/definitions/location_batch.h') diff --git a/lib/application-service/definitions/location_batch.h b/lib/application-service/definitions/location_batch.h deleted file mode 100644 index cd8c0079..00000000 --- a/lib/application-service/definitions/location_batch.h +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** - * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN - */ - -#pragma once - - -#include "csapi/../application-service/definitions/location.h" -#include "converters.h" -#include - -#include "converters.h" - -namespace QMatrixClient -{ - // Data structures - - /// List of matched third party locations. - struct LocationBatch : QVector - { - }; - - QJsonObject toJson(const LocationBatch& pod); - - template <> struct FromJson - { - LocationBatch operator()(const QJsonValue& jv); - }; - -} // namespace QMatrixClient -- cgit v1.2.3