diff options
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 39bf4f667164..11cfaa3c4dd3 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -160,8 +160,6 @@ namespace vcl { VCL_DLLPUBLIC void InvertFocusRect(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect); -typedef struct _cairo_surface cairo_surface_t; - /** * Some things multiple-inherit from VclAbstractDialog and OutputDevice, * so we need to use virtual inheritance to keep the referencing counting |