Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Nov 9, 2012
1 parent 200decb commit 080d26b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions core/d2v.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion vs/d2vsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 080d26b

Please sign in to comment.