summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2018-01-09 13:58:41 -0800
committerLauren Budorick <lauren@mapbox.com>2018-01-09 13:58:41 -0800
commit29001fa1f9d103d094e717654ceb0b1b0e4418e6 (patch)
treea5e1d09f6113ac9b5b1d7d313a96563e1f1d7374
parentacc286c484bc2ab2fff096bf87ce035f08764559 (diff)
downloadqtlocation-mapboxgl-upstream/10863-separate-shaders.tar.gz
Remove unnecessary background LayoutVertex definitionupstream/10863-separate-shaders
-rw-r--r--src/mbgl/programs/background_program.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mbgl/programs/background_program.hpp b/src/mbgl/programs/background_program.hpp
index 48174dfd1a..b76318938c 100644
--- a/src/mbgl/programs/background_program.hpp
+++ b/src/mbgl/programs/background_program.hpp
@@ -64,15 +64,6 @@ class BackgroundProgram : public Program<
{
public:
using Program::Program;
-
- static LayoutVertex layoutVertex(Point<int16_t> p) {
- return LayoutVertex {
- {{
- p.x,
- p.y
- }}
- };
- }
};
class BackgroundPatternProgram : public Program<