Remove command variable that is unused after the security fixes
[synfig.git] / synfig-core / trunk / src / modules / mod_dv / trgt_dv.cpp
index a2f7e50..a820c33 100644 (file)
@@ -127,8 +127,6 @@ dv_trgt::init()
 {
        imagecount=desc.get_frame_start();
 
-       string command;
-
        int p[2];
   
        if (pipe(p)) {