Avoid some warnings for unused parameter.
[synfig.git] / synfig-core / src / modules / mod_ppm / trgt_mpg.cpp
index e379eb0..ecdecba 100644 (file)
@@ -24,8 +24,6 @@
 
 /* === H E A D E R S ======================================================= */
 
-#define SYNFIG_TARGET
-
 #ifdef USING_PCH
 #      include "pch.h"
 #else
@@ -64,7 +62,8 @@ bsd_mpeg1::New(const char *filename)
        return new bsd_mpeg1(filename);
 }
 
-bsd_mpeg1::bsd_mpeg1(const char *Filename)
+bsd_mpeg1::bsd_mpeg1(const char *Filename,
+                                        const synfig::TargetParam& /* params */)
 {
        filename=Filename;
        passthru=ppm::New((tmp_dir+"temp.ppm").c_str());