summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-14 12:43:42 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-14 12:43:42 +0100
commit3c5bac0f6b135b715bf8eb11177e372ddc4f69d0 (patch)
tree968d2f246a11383b68eb4d09adf5b2bb9579b4a6 /macosx
parent99cef810acf70fae90ba4ab7f318de402ecefd4f (diff)
downloadqtlocation-mapboxgl-3c5bac0f6b135b715bf8eb11177e372ddc4f69d0.tar.gz
add debug window showing the glyph atlas
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index 48d8aee638..705bff8ff5 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -84,9 +84,5 @@ void cancel_request_http(Request *request)
}];
}
-double time() {
- return glfwGetTime();
-}
-
}
}