summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-25 15:54:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-25 16:45:32 +0100
commit07244947b55ded00e1ab518d305bf8d3f4087b0c (patch)
tree6c517b1b4e78f0d1bea9cd00cd99f8cb524e83ec /rsc/inc
parent4e84484cc6bcf02819b097a666ee79bbc2ecf1b0 (diff)
MessBox not loaded from resource files anymore
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscdb.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index 6aca60256800..f5dac31ea93d 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -146,8 +146,6 @@ class RscTypCont
RscEnum * InitMapUnit();
RscEnum * InitKey();
RscEnum * InitTriState();
- RscEnum * InitMessButtons();
- RscEnum * InitMessDefButton();
RscTupel * InitGeometry();
RscArray * InitLangGeometry( RscTupel * pGeo );
RscArray * InitSystemGeometry( RscTupel * pGeo );
@@ -191,9 +189,6 @@ class RscTypCont
RscTop * InitClassMenuItem( RscTop * pSuper, RscTop * pClassBitmap,
RscTop * pClassKeyCode );
RscTop * InitClassMenu( RscTop * pSuper, RscTop * pMenuItem );
- RscTop * InitClassMessBox( RscTop * pSuper,
- RscEnum * pMessButtons,
- RscEnum * pMessDefButton );
RscTop * InitClassSplitter( RscTop * pSuper );
RscTop * InitClassSplitWindow( RscTop * pSuper );
RscTop * InitClassTime( RscTop * pSuper );