From 080d26b4595049732d42740695771d8106996166 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 9 Nov 2012 16:20:29 -0500 Subject: [PATCH] Remove unused variables Signed-off-by: Derek Buitenhuis --- core/d2v.cpp | 2 -- vs/d2vsource.cpp | 1 - 2 files changed, 3 deletions(-) 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) {