diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-10 23:05:09 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-10 23:05:09 +0100 |
commit | 0b8ee38c5326fa668906a3f66a959423d84f85d1 (patch) | |
tree | e75718b97e13b303ca16d4461a2b7b893a6f9f78 /src/mainwindow.cpp | |
parent | Updating CMakeLists.txt (diff) | |
download | rekonq-0b8ee38c5326fa668906a3f66a959423d84f85d1.tar.xz |
Some fixes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5a591883..98ce7d99 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -151,7 +151,6 @@ MainWindow::MainWindow() MainWindow::~MainWindow() { delete m_view; - delete m_bookmarksProvider; } |