summaryrefslogtreecommitdiff
path: root/include/mbgl/util/run_loop.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-15 16:36:56 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-16 12:48:50 -0800
commitd66d145c6e90dabe442c384fe2a10aef4f0a4fbb (patch)
tree9332e0ab1e826478d52631cceab901a5e60821f5 /include/mbgl/util/run_loop.hpp
parent5ca625ba0dccc60bc3ad83fdea74a2406b3dd447 (diff)
downloadqtlocation-mapboxgl-d66d145c6e90dabe442c384fe2a10aef4f0a4fbb.tar.gz
[core] Remove RunLoop::{ref,unref}
Diffstat (limited to 'include/mbgl/util/run_loop.hpp')
-rw-r--r--include/mbgl/util/run_loop.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/util/run_loop.hpp b/include/mbgl/util/run_loop.hpp
index 6075d76c8c..fbc4794940 100644
--- a/include/mbgl/util/run_loop.hpp
+++ b/include/mbgl/util/run_loop.hpp
@@ -41,9 +41,6 @@ public:
void runOnce();
void stop();
- void ref();
- void unref();
-
// So far only needed by the libcurl backend.
void addWatch(int fd, Event, std::function<void(int, Event)>&& callback);
void removeWatch(int fd);