summaryrefslogtreecommitdiff
path: root/src/mbgl/style/light_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/light_impl.cpp')
-rw-r--r--src/mbgl/style/light_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mbgl/style/light_impl.cpp b/src/mbgl/style/light_impl.cpp
index e0ab1176ed..619d115f02 100644
--- a/src/mbgl/style/light_impl.cpp
+++ b/src/mbgl/style/light_impl.cpp
@@ -3,9 +3,5 @@
namespace mbgl {
namespace style {
-void Light::Impl::setObserver(LightObserver* observer_) {
- observer = observer_;
-}
-
} // namespace style
} // namespace mbgl