From 6551ebb4708d18535b18dd4581091bab066220bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Oct 2019 22:02:03 +0300 Subject: unused declarations removed --- plugins/IEView/src/IEView.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins') 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(); -- cgit v1.2.3