From 42e20e76dd64d9f11d2f56dda7888476231dee44 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Mar 2017 23:17:39 +0300 Subject: Windows'98 compatibility code is not needed for years --- plugins/Scriver/src/infobar.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Scriver/src/infobar.cpp') diff --git a/plugins/Scriver/src/infobar.cpp b/plugins/Scriver/src/infobar.cpp index d07aa45952..11f4509a0f 100644 --- a/plugins/Scriver/src/infobar.cpp +++ b/plugins/Scriver/src/infobar.cpp @@ -272,6 +272,5 @@ static INT_PTR CALLBACK InfobarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA void CSrmmWindow::CreateInfobar() { m_hwndInfo = CreateDialogParam(g_hInst, MAKEINTRESOURCE(IDD_INFOBAR), m_hwnd, InfobarWndProc, (LPARAM)this); - RichUtil_SubClass(m_hwndInfo); SetWindowPos(m_hwndInfo, HWND_TOP, 0, 0, 0, 0, SWP_HIDEWINDOW | SWP_NOSIZE | SWP_NOREPOSITION); } -- cgit v1.2.3