summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/heatmap.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-15 10:02:47 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-15 11:55:30 +0100
commit2d799cc74a0f1c845d436b3bc23fce7ec70dbf49 (patch)
tree4b93f13513752632ebfd58504c8a367ae20b043c /src/mbgl/shaders/heatmap.hpp
parent7a6d9f537335a9f1e46f49da4ba4d79723fb1c2e (diff)
downloadqtlocation-mapboxgl-upstream/gfx-refactor-4.tar.gz
[core] make Program interface backend-agnosticupstream/gfx-refactor-4
Diffstat (limited to 'src/mbgl/shaders/heatmap.hpp')
-rw-r--r--src/mbgl/shaders/heatmap.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mbgl/shaders/heatmap.hpp b/src/mbgl/shaders/heatmap.hpp
deleted file mode 100644
index a3c64db942..0000000000
--- a/src/mbgl/shaders/heatmap.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.
-
-#pragma once
-
-namespace mbgl {
-namespace shaders {
-
-class heatmap {
-public:
- static const char* name;
- static const char* vertexSource;
- static const char* fragmentSource;
-};
-
-} // namespace shaders
-} // namespace mbgl