Remove command variable that is unused after the security fixes
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Dec 2007 05:37:45 +0000 (05:37 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Dec 2007 05:37:45 +0000 (05:37 +0000)
git-svn-id: http://svn.voria.com/code@1188 1f10aa63-cdf2-0310-b900-c93c546f37ac

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)) {