Changeset 28382 in webkit


Ignore:
Timestamp:
Dec 4, 2007 12:31:07 AM (16 years ago)
Author:
alp@webkit.org
Message:

2007-12-04 Alp Toker <alp@atoker.com>

Rubber stamped by Mark Rowe.

Remove two unused variables to silence warnings.

  • html/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::fill): (WebCore::CanvasRenderingContext2D::stroke):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r28372 r28382  
     12007-12-04  Alp Toker  <alp@atoker.com>
     2
     3        Rubber stamped by Mark Rowe.
     4
     5        Remove two unused variables to silence warnings.
     6
     7        * html/CanvasRenderingContext2D.cpp:
     8        (WebCore::CanvasRenderingContext2D::fill):
     9        (WebCore::CanvasRenderingContext2D::stroke):
     10
    1112007-12-03  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/WebCore/html/CanvasRenderingContext2D.cpp

    r27701 r28382  
    484484    }
    485485#elif PLATFORM(CAIRO)
    486     cairo_t* pathCr = state().m_path.platformPath()->m_cr;
    487486    cairo_t* cr = c->platformContext();
    488487    cairo_save(cr);
     
    548547    }
    549548#elif PLATFORM(CAIRO)
    550     cairo_t* pathCr = state().m_path.platformPath()->m_cr;
    551549    cairo_t* cr = c->platformContext();
    552550    cairo_save(cr);
Note: See TracChangeset for help on using the changeset viewer.