From 0f76c9b0c706764c334c1b0fa49842ccaddd8d94 Mon Sep 17 00:00:00 2001 From: IceN9ne Date: Sat, 21 Oct 2017 23:35:01 -0400 Subject: General code cleanup and coverity fixes - mostly fixes uninitialized members --- src/modules/channelsjoin/ChannelsJoinDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/channelsjoin/ChannelsJoinDialog.cpp') diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index b373e87ea..d2c03f419 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -61,8 +61,6 @@ ChannelsJoinDialog::ChannelsJoinDialog(const char * name) setWindowTitle(__tr2qs("Join Channels - KVIrc")); setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Channel))); - m_pConsole = nullptr; - QGridLayout * g = new QGridLayout(this); m_pTreeWidget = new ChannelsJoinDialogTreeWidget(this); -- cgit v1.3.1-10-gc9f91