From 2d799cc74a0f1c845d436b3bc23fce7ec70dbf49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 15 Mar 2019 10:02:47 +0100 Subject: [core] make Program interface backend-agnostic --- src/mbgl/shaders/heatmap.hpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/mbgl/shaders/heatmap.hpp (limited to 'src/mbgl/shaders/heatmap.hpp') 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 -- cgit v1.2.1