summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/event.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 15:13:35 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 15:13:35 +0200
commit253bbd1c5b5c5ae4a7bdbf731f58efa08d8cf855 (patch)
tree24b9c20ad564f3dd991fbcd5570aa6c4f2d81f6a /include/mbgl/platform/event.hpp
parentd54809b04adf0b64e13b97852cfed860f92682a9 (diff)
parent251fafe2bf6dff34868a4e32953adcb73cb20db6 (diff)
downloadqtlocation-mapboxgl-253bbd1c5b5c5ae4a7bdbf731f58efa08d8cf855.tar.gz
New mason-based build system
Diffstat (limited to 'include/mbgl/platform/event.hpp')
-rw-r--r--include/mbgl/platform/event.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/platform/event.hpp b/include/mbgl/platform/event.hpp
index 576e9e5b85..2aa4aa0c95 100644
--- a/include/mbgl/platform/event.hpp
+++ b/include/mbgl/platform/event.hpp
@@ -65,7 +65,6 @@ constexpr EventSeverity disabledEventSeverities[] = {
#endif
};
-
constexpr Event disabledEvents[] = {
Event(-1) // Avoid zero size array
};