Got rid of unused static variable.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@499 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -342,28 +342,6 @@ static FLMUINT gv_uiMaxWPChar = 0;
|
||||
|
||||
// Collation tables
|
||||
|
||||
/****************************************************************************
|
||||
Desc: Table of # of characters in each character set
|
||||
****************************************************************************/
|
||||
static FLMBYTE fwp_c60_max[] =
|
||||
{
|
||||
ASC_N, // ascii
|
||||
ML1_N, // multinational 1
|
||||
ML2_N, // multinational 2
|
||||
BOX_N, // line draw
|
||||
TYP_N, // typographic
|
||||
ICN_N, // icons
|
||||
MTH_N, // math
|
||||
MTX_N, // math extension
|
||||
GRK_N, // Greek
|
||||
HEB_N, // Hebrew
|
||||
CYR_N, // Cyrillic - Russian
|
||||
KAN_N, // Kana
|
||||
USR_N, // user
|
||||
ARB_N, // Arabic
|
||||
ARS_N, // Arabic Script
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
Desc: Base character location table
|
||||
Bit mapped table. (1) - corresponding base char is in same
|
||||
|
||||
Reference in New Issue
Block a user