diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-07-10 19:10:01 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-07-11 12:42:45 +0300 |
commit | bd8210d5a12223b12db792edf3f24f5105e5e8a9 (patch) | |
tree | 48220d9a0f723e476cbab96b963e3506016dccb7 | |
parent | 67554cae4140634ef2b8de0f2d3a0cad1dd00310 (diff) | |
download | qtlocation-mapboxgl-bd8210d5a12223b12db792edf3f24f5105e5e8a9.tar.gz |
Remove unused function: elapsed()
-rw-r--r-- | platform/default/glfw_view.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/default/glfw_view.cpp b/platform/default/glfw_view.cpp index fb3bb1097a..6d8c208dc4 100644 --- a/platform/default/glfw_view.cpp +++ b/platform/default/glfw_view.cpp @@ -404,8 +404,6 @@ void GLFWView::setWindowTitle(const std::string& title) { namespace mbgl { namespace platform { -double elapsed() { return glfwGetTime(); } - #ifndef GL_ES_VERSION_2_0 void showDebugImage(std::string name, const char *data, size_t width, size_t height) { glfwInit(); |