diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 17:07:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | 30a458d7e1dcd8c7b35cd74b10ce41d2a89e8552 (patch) | |
tree | b4ab4d8e73d63b4b598d2ce268532bcfdd9650da /rsc/inc | |
parent | 7549878fd63bb2792432865958874c644a948d45 (diff) |
no ListBox loaded from .src now
Change-Id: I7d30c38777f6a36c991271a3617d3f75c83cd490
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 4be970fb85f5..c7f719aa2446 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -177,7 +177,6 @@ class RscTypCont RscTop * InitClassControl( RscTop * pSuper ); RscTop * InitClassPushButton( RscTop * pSuper ); RscTop * InitClassEdit( RscTop * pSuper ); - RscTop * InitClassListBox( RscTop * pSuper, RscArray * pStrLst ); RscTop * InitClassFixedText( RscTop * pSuper ); RscTop * InitClassKeyCode( RscTop * pSuper, RscEnum * pKey ); RscTop * InitClassMenuItem( RscTop * pSuper ); |