mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
reduce logging
This commit is contained in:
parent
31f3cbc6c8
commit
f0b05da131
1 changed files with 6 additions and 6 deletions
|
@ -1226,13 +1226,13 @@ curses_util_askPassword( XW_UtilCtxt* XP_UNUSED(uc),
|
||||||
|
|
||||||
static void
|
static void
|
||||||
curses_util_yOffsetChange( XW_UtilCtxt* XP_UNUSED(uc),
|
curses_util_yOffsetChange( XW_UtilCtxt* XP_UNUSED(uc),
|
||||||
XP_U16 XP_UNUSED_DBG(maxOffset),
|
XP_U16 XP_UNUSED(maxOffset),
|
||||||
XP_U16 oldOffset, XP_U16 newOffset )
|
XP_U16 XP_UNUSED(oldOffset), XP_U16 XP_UNUSED(newOffset) )
|
||||||
{
|
{
|
||||||
if ( oldOffset != newOffset ) {
|
/* if ( oldOffset != newOffset ) { */
|
||||||
XP_WARNF( "curses_util_yOffsetChange(%d,%d,%d) not implemented",
|
/* XP_WARNF( "curses_util_yOffsetChange(%d,%d,%d) not implemented", */
|
||||||
maxOffset, oldOffset, newOffset );
|
/* maxOffset, oldOffset, newOffset ); */
|
||||||
}
|
/* } */
|
||||||
} /* curses_util_yOffsetChange */
|
} /* curses_util_yOffsetChange */
|
||||||
|
|
||||||
static XP_Bool
|
static XP_Bool
|
||||||
|
|
Loading…
Reference in a new issue