diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 5826e8265f..49289baeb4 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -77,8 +77,6 @@ public: NSWebPage(NewstoryListData &_1);
~NSWebPage();
- COLORREF clText = -1, clBack = -1;
-
FIBITMAP* find_image(const wchar_t *pwszUrl);
FIBITMAP* load_image(const wchar_t *pwszUrl, ItemData *pItem);
|