mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
make lang code support non-conditional
This commit is contained in:
parent
3b52f7bbd0
commit
4208c33ecf
2 changed files with 0 additions and 6 deletions
|
@ -431,13 +431,11 @@ dict_getFaceBitmaps( const DictionaryCtxt* dict, Tile tile, XP_Bitmaps* bmps )
|
|||
bmps->bmps[1] = bitmaps->largeBM;
|
||||
} /* dict_getFaceBitmaps */
|
||||
|
||||
#ifdef TALL_FONTS
|
||||
XP_LangCode
|
||||
dict_getLangCode( const DictionaryCtxt* dict )
|
||||
{
|
||||
return dict->langCode;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef STUBBED_DICT
|
||||
|
||||
|
|
|
@ -79,9 +79,7 @@ struct DictionaryCtxt {
|
|||
SpecialBitmaps* bitmaps;
|
||||
XP_UCHAR** chars;
|
||||
|
||||
#ifdef TALL_FONTS
|
||||
XP_LangCode langCode;
|
||||
#endif
|
||||
|
||||
XP_U8 nFaces;
|
||||
#ifdef NODE_CAN_4
|
||||
|
@ -150,9 +148,7 @@ XP_Bool dict_faceIsBitmap( const DictionaryCtxt* dict, Tile tile );
|
|||
void dict_getFaceBitmaps( const DictionaryCtxt* dict, Tile tile,
|
||||
XP_Bitmaps* bmps );
|
||||
|
||||
#ifdef TALL_FONTS
|
||||
XP_LangCode dict_getLangCode( const DictionaryCtxt* dict );
|
||||
#endif
|
||||
|
||||
void dict_writeToStream( const DictionaryCtxt* ctxt, XWStreamCtxt* stream );
|
||||
void dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream );
|
||||
|
|
Loading…
Add table
Reference in a new issue