diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-28 21:17:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-28 21:17:18 +0300 |
commit | 6d45029acb15846f285e36dc7fb05a21c52a9146 (patch) | |
tree | 1ef803646a137b9c05744d90541e16e83db7c362 /plugins/QuickSearch/src/stdafx.h | |
parent | f5d140fac345ff199685e9d6a7fce3e16264580c (diff) |
fixes #2891 (QuickSearch: исправить или удалить работу фрейма)
Diffstat (limited to 'plugins/QuickSearch/src/stdafx.h')
-rw-r--r-- | plugins/QuickSearch/src/stdafx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/QuickSearch/src/stdafx.h b/plugins/QuickSearch/src/stdafx.h index b03499bb40..71481a7b36 100644 --- a/plugins/QuickSearch/src/stdafx.h +++ b/plugins/QuickSearch/src/stdafx.h @@ -215,12 +215,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> extern bool g_bVarsInstalled, g_bTipperInstalled, g_bFingerInstalled; ///////////////////////////////////////////////////////////////////////////////////////// -// frame.cpp - -void CreateFrame(HWND); -void DestroyFrame(); - -///////////////////////////////////////////////////////////////////////////////////////// // utils.cpp int ColumnToListView(int col); |