mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
remove bname
This commit is contained in:
parent
df5a6f0265
commit
bc7fba9689
1 changed files with 0 additions and 15 deletions
|
@ -25,9 +25,6 @@
|
||||||
|
|
||||||
#define NUM_COLS 4
|
#define NUM_COLS 4
|
||||||
|
|
||||||
/* forward decls */
|
|
||||||
static XP_UCHAR* bname( XP_UCHAR* in );
|
|
||||||
|
|
||||||
static XP_U16
|
static XP_U16
|
||||||
ceCountLocalIn( HWND hDlg, XP_U16 nPlayers )
|
ceCountLocalIn( HWND hDlg, XP_U16 nPlayers )
|
||||||
{
|
{
|
||||||
|
@ -514,15 +511,3 @@ GameInfo(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
} /* GameInfo */
|
} /* GameInfo */
|
||||||
|
|
||||||
static XP_UCHAR*
|
|
||||||
bname( XP_UCHAR* in )
|
|
||||||
{
|
|
||||||
XP_U16 len = (XP_U16)XP_STRLEN(in);
|
|
||||||
XP_UCHAR* out = in + len - 1;
|
|
||||||
|
|
||||||
while ( *out != '\\' && out >= in ) {
|
|
||||||
--out;
|
|
||||||
}
|
|
||||||
return out + 1;
|
|
||||||
} /* bname */
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue