summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b50679a3..66122265 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -165,23 +165,6 @@ MainWindow::~MainWindow()
rApp->bookmarkProvider()->removeBookmarkBar(m_bookmarksBar);
rApp->bookmarkProvider()->removeBookmarkPanel(m_bookmarksPanel);
rApp->removeMainWindow(this);
-
- delete m_view;
- delete m_findBar;
- delete m_zoomBar;
-
- delete m_historyPanel;
- delete m_bookmarksPanel;
- delete m_webInspectorPanel;
-
- delete m_stopReloadAction;
- delete m_historyBackMenu;
- delete m_historyForwardMenu;
-
- delete m_bookmarksBar;
-
- delete m_popup;
- delete m_hidePopup;
}