From: joncruz Date: Fri, 4 Jul 2008 04:36:18 +0000 (+0000) Subject: Mark suspicious ignoring of parameters X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9dbb73d5add1539a4a032b311ffe044c6e3ed067;p=inkscape.git Mark suspicious ignoring of parameters --- diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index c69af04a1..bce598784 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -343,6 +343,7 @@ public: /** * Create an image with the given width and height */ +// TODO check this. Seems bad that the params are ignored SioxImage::SioxImage(unsigned int widthArg, unsigned int heightArg) { init(width, height);