diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 14:32:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 15:09:22 +0100 |
commit | 6e57881e9908f6263069f3b3a585bc404799b9a4 (patch) | |
tree | 59800b58cc5a7b453ec00c5e57baae06b5e46aa2 /rsc/inc | |
parent | fe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff) |
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 95c81582d928..3e80b393ba8f 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -177,8 +177,7 @@ class RscTypCont RscTop * InitClassString( RscTop * pSuper ); RscTop * InitClassBitmap( RscTop * pSuper ); RscTop * InitClassColor( RscTop * pSuper, RscEnum * pColor ); - RscTop * InitClassImage( RscTop * pSuper, RscTop *pClassBitmap, - RscTop * pClassColor ); + RscTop * InitClassImage( RscTop * pSuper, RscTop *pClassBitmap ); RscTop * InitClassImageList( RscTop * pSuper, RscCont * pStrLst ); RscTop * InitClassWindow( RscTop * pSuper, RscEnum * pMapUnit, RscArray * pLangGeo ); |