diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-04 22:02:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-04 22:02:03 +0300 |
commit | 6551ebb4708d18535b18dd4581091bab066220bf (patch) | |
tree | 284faa748fe4e1a1b2ca5424282b63e5401bb07d | |
parent | 9d9403324aa8f9db857953fc1d4f25af35d70911 (diff) |
unused declarations removed
-rw-r--r-- | plugins/IEView/src/IEView.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 85bb5cf297..853f68ffb0 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -517,7 +517,6 @@ protected: void navigate(const wchar_t *);
public:
IEView(HWND parent, HTMLBuilder* builder, int x, int y, int cx, int cy);
- // IEView::IEView(HWND parent, SmileyWindow* smileyWindow, int x, int y, int cx, int cy);
virtual ~IEView();
void waitWhileBusy();
@@ -527,13 +526,11 @@ public: bool mouseActivate();
bool setFocus(HWND prevFocus);
void setWindowPos(int x, int y, int cx, int cy);
- HTMLBuilder* getBuilder();
void write(const wchar_t *text);
void write(const char *text);
void writef(const char *fmt, ...);
void documentClose();
- void rebuildLog();
void scrollToBottom();
void scrollToBottomSoft();
void scrollToTop();
|