diff --git a/core/d2v.cpp b/core/d2v.cpp index 7100c67..03437f6 100644 --- a/core/d2v.cpp +++ b/core/d2v.cpp @@ -190,8 +190,6 @@ d2vcontext *d2vparse(char *filename, string& err) while (line.length()) { string tok; istringstream ss(line); - int pos = line.find(" "); - int old_pos; int offset; gop cur_gop; diff --git a/vs/d2vsource.cpp b/vs/d2vsource.cpp index 4ddac1b..03a2bf3 100644 --- a/vs/d2vsource.cpp +++ b/vs/d2vsource.cpp @@ -93,7 +93,6 @@ static void VS_CC d2vCreate(const VSMap *in, VSMap *out, void *userData, VSCore d2vData *data; VSNodeRef *cref; string msg; - int err; d.d2v = d2vparse((char *)vsapi->propGetData(in, "input", 0, 0), msg); if (!d.d2v) {