X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ppm%2Ftrgt_ppm.cpp;h=648415205bba405ed8688c5fed628a916adc6850;hb=471b49dfa2c42729b5cb72dd9547d4c2dcb0a2b1;hp=5a6a0cdd9c59e90a862fedbb4848a6a3087bc1b0;hpb=675aca937d23c7f460edf42ac3ec0ffa06205a2c;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ppm/trgt_ppm.cpp b/synfig-core/trunk/src/modules/mod_ppm/trgt_ppm.cpp index 5a6a0cd..6484152 100644 --- a/synfig-core/trunk/src/modules/mod_ppm/trgt_ppm.cpp +++ b/synfig-core/trunk/src/modules/mod_ppm/trgt_ppm.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -34,7 +35,6 @@ #endif #include "trgt_ppm.h" -#include #include #include #include @@ -135,7 +135,7 @@ ppm::start_frame(synfig::ProgressCallback *callback) } Color * -ppm::start_scanline(int scanline) +ppm::start_scanline(int /*scanline*/) { return color_buffer; }