diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:44:56 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:44:56 +0100 |
commit | ad8ab01c115d3e1ec22ce649a54ab28609624b61 (patch) | |
tree | 2827caff6bfff03100fcb4ec47d0883d3d074649 /src/findbar.cpp | |
parent | Coding style (diff) | |
download | rekonq-ad8ab01c115d3e1ec22ce649a54ab28609624b61.tar.xz |
cppcheck round...
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r-- | src/findbar.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp index c1f170cd..aefdffe1 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -118,10 +118,6 @@ FindBar::FindBar(MainWindow *window) FindBar::~FindBar() { - delete m_lineEdit; - delete m_hideTimer; - delete m_matchCase; - delete m_highlightAll; } |