Kaydet (Commit) ae71ad47 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735401 Logically dead code

Change-Id: I62f278dfd5df7485f809d642789951ab450ea458
üst b0668acd
...@@ -93,9 +93,6 @@ namespace cairocanvas ...@@ -93,9 +93,6 @@ namespace cairocanvas
const ::basegfx::B2ISize aSize( aPixelSize.Width(), const ::basegfx::B2ISize aSize( aPixelSize.Width(),
aPixelSize.Height() ); aPixelSize.Height() );
ENSURE_ARG_OR_THROW( pParentWindow != NULL,
"CairoSpriteCanvas::initialize: invalid Window pointer" );
// setup helper // setup helper
maDeviceHelper.init( *pParentWindow, maDeviceHelper.init( *pParentWindow,
*this, *this,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment