Project

General

Profile

Revision 23b8119f

ID23b8119f114960e364dd08f001c8ab2b67b89f8c
Parent 69c2203a
Child 2b2cd05f, 993bf085

Added by Alex Zirbel over 11 years ago

Just commented out a line of unused code.

View differences:

scout/scoutsim/src/scout.cpp
289 289

  
290 290
        // Figure out (and publish) the color underneath the scout
291 291
        {
292
            wxSize scout_size = wxSize(scout.GetWidth(), scout.GetHeight());
292
            //wxSize scout_size = wxSize(scout.GetWidth(), scout.GetHeight());
293 293
            Color color;
294 294
            color.r = path_image.GetRed(canvas_x, canvas_y);
295 295
            color.g = path_image.GetGreen(canvas_x, canvas_y);

Also available in: Unified diff