diff options
Diffstat (limited to 'vcl/inc/outdata.hxx')
-rw-r--r-- | vcl/inc/outdata.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/outdata.hxx b/vcl/inc/outdata.hxx index f48f0f991b64..e6aa49175f55 100644 --- a/vcl/inc/outdata.hxx +++ b/vcl/inc/outdata.hxx @@ -23,11 +23,6 @@ #include <tools/color.hxx> #include <vcl/salgtype.hxx> -inline SalColor ImplColorToSal( Color aColor ) -{ - return MAKE_SALCOLOR( aColor.GetRed(), aColor.GetGreen(), aColor.GetBlue() ); -} - inline bool ImplIsColorTransparent( Color aColor ) { return aColor.GetTransparency() != 0; |