summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscdb.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-31 15:13:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-31 18:10:52 +0000
commit959bcd564bca2e33036e0947a293ef2009341cf7 (patch)
tree39a39f00f1132e3c938be6554ff43fc7d1ba23cd /rsc/source/parser/rscdb.cxx
parent756fe1b298762ed145784a09c512d793d9c6fa92 (diff)
various other apparently unnecessary rsc stuff
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
Diffstat (limited to 'rsc/source/parser/rscdb.cxx')
-rw-r--r--rsc/source/parser/rscdb.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 6af2194d4890..75aa7ec9e8a1 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -50,12 +50,6 @@ RscTypCont :: RscTypCont( RscError * pErrHdl,
, aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
, aIdNoZeroUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
, aNoZeroShort( pHS->getID( "NoZeroShort" ), RSC_NOTYPE )
- , a1to12Short( pHS->getID( "MonthShort" ), RSC_NOTYPE )
- , a0to23Short( pHS->getID( "HourShort" ), RSC_NOTYPE )
- , a1to31Short( pHS->getID( "DayShort" ), RSC_NOTYPE )
- , a0to59Short( pHS->getID( "MinuteShort" ), RSC_NOTYPE )
- , a0to99Short( pHS->getID( "_0to59Short" ), RSC_NOTYPE )
- , a0to9999Short( pHS->getID( "YearShort" ), RSC_NOTYPE )
, aIdLong( pHS->getID( "IDLONG" ), RSC_NOTYPE )
, aString( pHS->getID( "Chars" ), RSC_NOTYPE )
, aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE )
@@ -242,12 +236,6 @@ RscTop * RscTypCont::SearchType( Atom nId )
ELSE_IF( aIdUShort )
ELSE_IF( aIdNoZeroUShort )
ELSE_IF( aNoZeroShort )
- ELSE_IF( a1to12Short )
- ELSE_IF( a0to23Short )
- ELSE_IF( a1to31Short )
- ELSE_IF( a0to59Short )
- ELSE_IF( a0to99Short )
- ELSE_IF( a0to9999Short )
ELSE_IF( aIdLong )
ELSE_IF( aString )
ELSE_IF( aWinBits )