From 44be4862345af7a51f1e533da9cdf920496817b7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 3 Feb 2015 17:05:29 -0800 Subject: Remove unused Fixes #786 Fixes #797 --- src/mbgl/style/style_bucket.hpp | 2 -- src/mbgl/style/types.hpp | 12 ------------ 2 files changed, 14 deletions(-) (limited to 'src/mbgl/style') diff --git a/src/mbgl/style/style_bucket.hpp b/src/mbgl/style/style_bucket.hpp index 702d0286a0..08884c2e09 100644 --- a/src/mbgl/style/style_bucket.hpp +++ b/src/mbgl/style/style_bucket.hpp @@ -19,7 +19,6 @@ class Source; class StyleBucketFill { public: - WindingType winding = WindingType::NonZero; }; class StyleBucketLine { @@ -68,7 +67,6 @@ public: TextAnchorType anchor = TextAnchorType::Center; float max_angle = 45.0f /* degrees */; float rotate = 0.0f; - float slant = 0.0f; float padding = 2.0f; bool keep_upright = true; TextTransformType transform = TextTransformType::None; diff --git a/src/mbgl/style/types.hpp b/src/mbgl/style/types.hpp index c0b873dcd9..6149270170 100644 --- a/src/mbgl/style/types.hpp +++ b/src/mbgl/style/types.hpp @@ -62,18 +62,6 @@ MBGL_DEFINE_ENUM_CLASS(VisibilityTypeClass, VisibilityType, { // ------------------------------------------------------------------------------------------------- -enum class WindingType : bool { - EvenOdd, - NonZero, -}; - -MBGL_DEFINE_ENUM_CLASS(WindingTypeClass, WindingType, { - { WindingType::EvenOdd, "even-odd" }, - { WindingType::NonZero, "non-zero" }, -}); - -// ------------------------------------------------------------------------------------------------- - enum class CapType : uint8_t { Round, Butt, -- cgit v1.2.1