summaryrefslogtreecommitdiff
path: root/rsc/inc/rscdb.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-06 14:32:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-06 15:09:22 +0100
commit6e57881e9908f6263069f3b3a585bc404799b9a4 (patch)
tree59800b58cc5a7b453ec00c5e57baae06b5e46aa2 /rsc/inc/rscdb.hxx
parentfe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff)
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r--rsc/inc/rscdb.hxx3
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 );