summaryrefslogtreecommitdiff
path: root/src/mbgl/style/update_batch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/update_batch.hpp')
-rw-r--r--src/mbgl/style/update_batch.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mbgl/style/update_batch.hpp b/src/mbgl/style/update_batch.hpp
deleted file mode 100644
index 562df52afa..0000000000
--- a/src/mbgl/style/update_batch.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include <unordered_set>
-#include <string>
-
-namespace mbgl {
-namespace style {
-
-class UpdateBatch {
-public:
- std::unordered_set<std::string> sourceIDs;
-};
-
-} // namespace style
-} // namespace mbgl