diff options
Diffstat (limited to 'plugins/HwHotKeys/src/stdafx.h')
-rw-r--r-- | plugins/HwHotKeys/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index 192862500f..fdd33abd39 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -48,7 +48,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> {}
};
-extern INT hLangpack;
extern HWND hDialogWnd; // глобально используется для вывода туда в реалтайме сканкодов клавы, из хука
extern HHOOK hHook;
|