diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index f8c060bd7..515298ba2 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -223,9 +223,6 @@ void events_terminate (void); void __stdcall close_all_files (); -/* Check if running in a visible window station. */ -extern bool has_visible_window_station (void); - /* Globals that handle initialization of winsock in a child process. */ extern HANDLE wsock32_handle; extern HANDLE ws2_32_handle; |