diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-29 19:00:23 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-29 19:00:23 +0300 |
commit | 6dfe0158622a7133ac3a8b149eb0280c86673105 (patch) | |
tree | 3b2eb96e0fe1bb0427befba912e8a5f31b71ff0f /plugins/NewStory/src/history_control.h | |
parent | 4ff0acc120ea0334dc36c2f11adab478c92803a0 (diff) |
fixes #4624 (GDI leaks in NewStory)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index a313a85091..5826e8265f 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -14,7 +14,6 @@ class NSWebPage : public document_container position::vector m_clips;
HRGN m_hClipRgn;
- std::set<std::wstring> m_installed_fonts;
HDC m_tmp_hdc;
NewstoryListData &ctrl;
@@ -74,8 +73,6 @@ class NSWebPage : public document_container void clear_images();
- static int CALLBACK EnumFontsProc(const LOGFONT *lplf, const TEXTMETRIC *lptm, DWORD dwType, LPARAM lpData);
-
public:
NSWebPage(NewstoryListData &_1);
~NSWebPage();
|