Skip to content

Commit df1c9a0

Browse files
committed
Win32: Remove an unused function
Since 50e5c54, `constat_reset` is no longer used.
1 parent c17307a commit df1c9a0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

win32/win32.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6737,20 +6737,6 @@ constat_handle(HANDLE h)
67376737
return p;
67386738
}
67396739

6740-
/* License: Ruby's */
6741-
static void
6742-
constat_reset(HANDLE h)
6743-
{
6744-
st_data_t data;
6745-
struct constat *p;
6746-
thread_exclusive(conlist) {
6747-
if (!conlist || conlist == conlist_disabled) continue;
6748-
if (!st_lookup(conlist, (st_data_t)h, &data)) continue;
6749-
p = (struct constat *)data;
6750-
p->vt100.state = constat_init;
6751-
}
6752-
}
6753-
67546740
#define FOREGROUND_MASK (FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED | FOREGROUND_INTENSITY)
67556741
#define BACKGROUND_MASK (BACKGROUND_BLUE | BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_INTENSITY)
67566742

0 commit comments

Comments
 (0)