Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windows/winseat.h')
-rw-r--r--windows/winseat.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/windows/winseat.h b/windows/winseat.h
deleted file mode 100644
index c6b5fa96..00000000
--- a/windows/winseat.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Small implementation of Seat and LogPolicy shared between window.c
- * and windlg.c.
- */
-
-typedef struct WinGuiSeat WinGuiSeat;
-
-struct WinGuiSeat {
- HWND term_hwnd;
- Seat seat;
- LogPolicy logpolicy;
-};
-
-extern const LogPolicyVtable win_gui_logpolicy_vt; /* in windlg.c */