From d985da38aba9ea74afc34b78fd63214cf6f16094 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 9 Dec 2002 14:45:36 +0000 Subject: [PATCH] Removed redundant m_server init git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/helpview/src/helpview.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/helpview/src/helpview.cpp b/utils/helpview/src/helpview.cpp index d16e92f0ff..fcf850759c 100644 --- a/utils/helpview/src/helpview.cpp +++ b/utils/helpview/src/helpview.cpp @@ -71,8 +71,6 @@ bool hvApp::OnInit() bool hasWindowName = FALSE; bool createServer = FALSE; - m_server = NULL; - // Help books are recognized by extension ".hhp" ".htb" or ".zip". // Service and window_name can occur anywhere in arguments, // but service must be first