diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-15 15:33:17 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-16 06:43:06 +0000 |
commit | b852642ecdcba105d14b1927309cfb176fb7d417 (patch) | |
tree | 6e1ce3e55661e74ee33106764359d38d86ee409f /rsc/inc | |
parent | ee6af9f72c298972d7f255aa92f365b33a9e53b2 (diff) |
remove unused RSC_SYSWINDOW and RSC_WORKWIN
Change-Id: I2c7db8a635c6770ff3221ee28b9349668d8d5881
Reviewed-on: https://gerrit.libreoffice.org/25004
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index a84af73eafa4..d6a24088e1cb 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -182,8 +182,6 @@ class RscTypCont RscTop * pClassColor, RscCont * pStrLst ); RscTop * InitClassWindow( RscTop * pSuper, RscEnum * pMapUnit, RscArray * pLangGeo ); - RscTop * InitClassSystemWindow( RscTop * pSuper ); - RscTop * InitClassWorkWindow( RscTop * pSuper ); RscTop * InitClassControl( RscTop * pSuper ); RscTop * InitClassCheckBox( RscTop * pSuper ); RscTop * InitClassPushButton( RscTop * pSuper ); |