Remove unused define, clean and sort code.
[synfig.git] / synfig-core / src / modules / mod_bmp / trgt_bmp.cpp
index 2985c53..5a126ff 100644 (file)
@@ -23,8 +23,6 @@
 
 /* === H E A D E R S ======================================================= */
 
-#define SYNFIG_NO_ANGLE
-
 #ifdef USING_PCH
 #      include "pch.h"
 #else
@@ -110,7 +108,7 @@ inline short little_endian_short(const short &x)
 #define little_endian_short(x) (x)
 #endif
 
-bmp::bmp(const char *Filename)
+bmp::bmp(const char *Filename, const synfig::TargetParam& /* params */)
 {
        file=NULL;
        filename=Filename;