From: pabs Date: Fri, 7 Dec 2007 05:37:45 +0000 (+0000) Subject: Remove command variable that is unused after the security fixes X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=da8dd00a48b4b0c76aa2d9b60da1b9112f4eaf92;p=synfig.git Remove command variable that is unused after the security fixes git-svn-id: http://svn.voria.com/code@1188 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_dv/trgt_dv.cpp b/synfig-core/trunk/src/modules/mod_dv/trgt_dv.cpp index a2f7e50..a820c33 100644 --- a/synfig-core/trunk/src/modules/mod_dv/trgt_dv.cpp +++ b/synfig-core/trunk/src/modules/mod_dv/trgt_dv.cpp @@ -127,8 +127,6 @@ dv_trgt::init() { imagecount=desc.get_frame_start(); - string command; - int p[2]; if (pipe(p)) {