diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-09 20:52:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-09 20:52:00 +0100 |
commit | 365d1ec2782e5be83e99e6f676b8e248f6ebf16c (patch) | |
tree | 44b8100e81d8228c0f585f8aaf4d16ae059b04f1 /rsc/inc | |
parent | 1bfb59ba81984b056d96c442405a31cc3aeb744d (diff) |
no ComboBoxes loaded from .src anymore
Change-Id: Ic497dddfe326e9cc06e71c39284b2848d17ae0c8
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 69a85ca5de65..a47de8513726 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -186,7 +186,6 @@ class RscTypCont RscEnum * pTriState ); RscTop * InitClassEdit( RscTop * pSuper ); RscTop * InitClassListBox( RscTop * pSuper, RscArray * pStrLst ); - RscTop * InitClassComboBox( RscTop * pSuper, RscArray * pStrLst ); RscTop * InitClassFixedText( RscTop * pSuper ); RscTop * InitClassFixedImage( RscTop * pSuper, RscTop * pClassImage ); RscTop * InitClassKeyCode( RscTop * pSuper, RscEnum * pKey ); |