mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtstyle: remove some accidentally commited debug code
This commit is contained in:
parent
066adcac5e
commit
e1333a5160
1 changed files with 1 additions and 2 deletions
|
@ -749,9 +749,8 @@ ReadBitmapDirectory(
|
||||||
|| 0 == strcmp(name + strlen(name) - 3, ".bm")))
|
|| 0 == strcmp(name + strlen(name) - 3, ".bm")))
|
||||||
{
|
{
|
||||||
(void)strtok(name, ".");
|
(void)strtok(name, ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "'%s'\n", name);
|
|
||||||
|
|
||||||
/* check for duplicates */
|
/* check for duplicates */
|
||||||
duplicate = 0;
|
duplicate = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue