diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-14 12:43:42 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-14 12:43:42 +0100 |
commit | 3c5bac0f6b135b715bf8eb11177e372ddc4f69d0 (patch) | |
tree | 968d2f246a11383b68eb4d09adf5b2bb9579b4a6 /macosx | |
parent | 99cef810acf70fae90ba4ab7f318de402ecefd4f (diff) | |
download | qtlocation-mapboxgl-3c5bac0f6b135b715bf8eb11177e372ddc4f69d0.tar.gz |
add debug window showing the glyph atlas
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/main.mm | 4 |
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(); -} - } } |