summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--platform/default/glfw_view.cpp6
2 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index fe39e7767c..bacec88c0c 100755
--- a/configure
+++ b/configure
@@ -37,7 +37,7 @@ case ${MASON_PLATFORM} in
LIBZIP_VERSION=0.11.2
;;
*)
- GLFW_VERSION=a21f2377
+ GLFW_VERSION=e1ae9af5
SQLITE_VERSION=system
LIBPNG_VERSION=1.6.13
LIBJPEG_VERSION=v8d
diff --git a/platform/default/glfw_view.cpp b/platform/default/glfw_view.cpp
index d835d03ecf..e600340dda 100644
--- a/platform/default/glfw_view.cpp
+++ b/platform/default/glfw_view.cpp
@@ -263,12 +263,6 @@ void GLFWView::notify() {
void GLFWView::swap() {
glfwPostEmptyEvent();
-
- double lon, lat, zoom;
- map->getLonLatZoom(lon, lat, zoom);
- const double bearing = map->getBearing();
- const std::string title = mbgl::util::sprintf<128>("Mapbox GL – %.2f/%.6f/%.6f/%.1f", zoom, lat, lon, bearing);
- glfwSetWindowTitle(window, title.c_str());
}
void GLFWView::notify_map_change(mbgl::MapChange /*change*/, mbgl::timestamp /*delay*/) {