summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/response.hpp')
-rw-r--r--include/mbgl/storage/response.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp
index 29af5281fe..a44902e1f9 100644
--- a/include/mbgl/storage/response.hpp
+++ b/include/mbgl/storage/response.hpp
@@ -38,7 +38,6 @@ public:
NotFound = 2,
Server = 3,
Connection = 4,
- Canceled = 5,
Other = 6,
} reason = Reason::Other;