From fb7964e90270d4471774a4625e5ef03dd7a6eae2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 21 Jun 2007 17:38:59 +0000 Subject: (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. --- src/table/control_codes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/table') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 6daaee0eb..eb24f5766 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -29,9 +29,7 @@ enum { SCC_GROUP_NAME, SCC_CURRENCY_COMPACT, - SCC_CURRENCY_COMPACT_64, SCC_CURRENCY, - SCC_CURRENCY_64, SCC_CARGO, SCC_CARGO_SHORT, -- cgit v1.2.3-54-g00ecf