summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-10-17 09:44:28 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-10-17 09:44:28 -0700
commitb2436b3ae5195fa5095a4110c6483f84443ff89c (patch)
treed598789b56845aeb0a6d60fc8920c8e6dd9d5d5d
parent68f2e9f4ee77e78fcba2a9ae5a7fe8d2e28b6ecb (diff)
downloadqtlocation-mapboxgl-b2436b3ae5195fa5095a4110c6483f84443ff89c.tar.gz
Remove unused
-rw-r--r--include/mbgl/style/conversion.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/mbgl/style/conversion.hpp b/include/mbgl/style/conversion.hpp
index 4a5fbe7b5e..f39db21025 100644
--- a/include/mbgl/style/conversion.hpp
+++ b/include/mbgl/style/conversion.hpp
@@ -30,12 +30,6 @@ namespace conversion {
a filled optional is returned.
*/
-namespace detail {
-
-
-} // namespace detail
-
-
struct Error { std::string message; };
template <typename T>
@@ -88,12 +82,6 @@ class Value {
};
public:
- Value(VTable* vt, Storage&& s)
- : vtable(vt)
- {
- vtable->move(std::move(s), this->storage);
- }
-
Value(Value&& v)
: vtable(v.vtable)
{