summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-08 16:39:31 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-13 17:22:05 -0700
commitee78b1b797bc8d46f7475612ae84f0ee548a0ed6 (patch)
tree24a4703794a3f775adeefb40d8a6e552a9c4f041 /platform/node/src/node_map.hpp
parent282e626ac112b1ca7a9bf9f9d4c0239db8fbd97a (diff)
downloadqtlocation-mapboxgl-ee78b1b797bc8d46f7475612ae84f0ee548a0ed6.tar.gz
[core] Eliminate some redundant NodeMap members
Diffstat (limited to 'platform/node/src/node_map.hpp')
-rw-r--r--platform/node/src/node_map.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/node/src/node_map.hpp b/platform/node/src/node_map.hpp
index 6e28eb541e..d3f7bd9e41 100644
--- a/platform/node/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
@@ -34,9 +34,6 @@ public:
void release();
- inline bool isLoaded() { return loaded; }
- inline bool isValid() { return valid; }
-
static RenderOptions ParseOptions(v8::Local<v8::Object>);
static Nan::Persistent<v8::Function> constructor;
@@ -56,7 +53,6 @@ public:
uv_async_t *async;
bool loaded = false;
- bool valid = true;
};
}