mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
nuke noisy logging -- that stuff works now.
This commit is contained in:
parent
38adeb9160
commit
8650c997e0
1 changed files with 0 additions and 1 deletions
|
@ -1948,7 +1948,6 @@ typedef struct _FirstWordData {
|
||||||
static XP_Bool
|
static XP_Bool
|
||||||
getFirstWord( const XP_UCHAR* word, XP_Bool isLegal, void* closure )
|
getFirstWord( const XP_UCHAR* word, XP_Bool isLegal, void* closure )
|
||||||
{
|
{
|
||||||
LOG_FUNC();
|
|
||||||
if ( isLegal ) {
|
if ( isLegal ) {
|
||||||
FirstWordData* data = (FirstWordData*)closure;
|
FirstWordData* data = (FirstWordData*)closure;
|
||||||
if ( '\0' == data->word[0] && '\0' != word[0] ) {
|
if ( '\0' == data->word[0] && '\0' != word[0] ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue