Moving more functions into LUA
This commit is contained in:
@@ -563,10 +563,6 @@ private:
|
||||
unsigned groupCount;
|
||||
unsigned blockCount;
|
||||
|
||||
/* Function pointer for nodes */
|
||||
// bool (*nodeCallback)(_Node);
|
||||
// bool (*wayCallback)(_Way);
|
||||
// bool (*restrictionCallback)(_RawRestrictionContainer);
|
||||
ExtractorCallbacks * externalMemory;
|
||||
/* the input stream to parse */
|
||||
std::fstream input;
|
||||
|
||||
@@ -298,11 +298,7 @@ private:
|
||||
/* Input Reader */
|
||||
xmlTextReaderPtr inputReader;
|
||||
|
||||
/* Function pointer for nodes */
|
||||
// bool (*nodeCallback)(_Node);
|
||||
// bool (*wayCallback)(_Way);
|
||||
// bool (*restrictionCallback)(_RawRestrictionContainer);
|
||||
|
||||
//holds the callback functions and storage for our temporary data
|
||||
ExtractorCallbacks * externalMemory;
|
||||
|
||||
lua_State *myLuaState;
|
||||
|
||||
Reference in New Issue
Block a user