diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-24 15:59:38 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-24 15:59:38 -0500 |
commit | 8172313fe90dfca42f58c60a9f763ed02a9cd69f (patch) | |
tree | daeccffb896705acaa617dd74f11c0111eb28bc5 /canvas | |
parent | ba949139a5010b0c50909e6c6ede867b9d0be524 (diff) |
silence unused parameter warning
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_quartz_cairo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/cairo/cairo_quartz_cairo.cxx b/canvas/source/cairo/cairo_quartz_cairo.cxx index 23702f64b3ac..5065dcbd8526 100644 --- a/canvas/source/cairo/cairo_quartz_cairo.cxx +++ b/canvas/source/cairo/cairo_quartz_cairo.cxx @@ -186,7 +186,7 @@ namespace cairo * * @return The new surface or NULL **/ - void QuartzSurface::Resize( int width, int height ) +void QuartzSurface::Resize( int /* width */, int /* height */ ) { OSL_FAIL("not supposed to be called!"); } |