diff options
author | Monica Ramirez Arceda <monica@probeta.net> | 2012-04-23 11:30:01 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-04-23 11:30:01 +0530 |
commit | d31aae4c9eea4f4aecea2a051518536b47aa8ab6 (patch) | |
tree | 370efaaf3383476f0f8eb9dff9bfaf514410b1fa /vcl/inc | |
parent | 2910933f2609b19d9c6c4b793288e1b2d9991080 (diff) |
Remove unused vcl methods.
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salgdi.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index e351ed3e2f00..6c99e461a3a2 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -405,10 +405,6 @@ public: const OutputDevice *pOutDev ); void DrawBitmap( const SalTwoRect* pPosAry, const SalBitmap& rSalBitmap, - SalColor nTransparentColor, - const OutputDevice *pOutDev ); - void DrawBitmap( const SalTwoRect* pPosAry, - const SalBitmap& rSalBitmap, const SalBitmap& rTransparentBitmap, const OutputDevice *pOutDev ); |