Kaydet (Commit) 675fbe9e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: Ic238339b521dbff2d7fbe899127ac7954036300f
üst 85453425
......@@ -209,17 +209,6 @@ namespace dxcanvas
return maText;
}
namespace
{
// TODO(P2): Check whether this gets inlined. If not, make functor
// out of it
inline Gdiplus::PointF gdiPlusPointFromDx( const double& dx )
{
return Gdiplus::PointF( static_cast<Gdiplus::REAL>(dx),
0.0f );
}
}
bool TextLayout::draw( const GraphicsSharedPtr& rGraphics,
const rendering::ViewState& rViewState,
const rendering::RenderState& rRenderState,
......
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