summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/darwin/log_nslog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/darwin/log_nslog.hpp')
-rw-r--r--include/mbgl/platform/darwin/log_nslog.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/platform/darwin/log_nslog.hpp b/include/mbgl/platform/darwin/log_nslog.hpp
index d40f963036..5b2ed04114 100644
--- a/include/mbgl/platform/darwin/log_nslog.hpp
+++ b/include/mbgl/platform/darwin/log_nslog.hpp
@@ -9,9 +9,6 @@ class NSLogBackend : public LogBackend {
public:
inline ~NSLogBackend() = default;
- void record(EventSeverity severity, Event event, const std::string &msg);
- void record(EventSeverity severity, Event event, const char* format, ...);
- void record(EventSeverity severity, Event event, int64_t code);
void record(EventSeverity severity, Event event, int64_t code, const std::string &msg);
};