aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bookmarks/bookmarkformat.h')
-rw-r--r--lib/bookmarks/bookmarkformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bookmarks/bookmarkformat.h b/lib/bookmarks/bookmarkformat.h
index 8b64420..c886546 100644
--- a/lib/bookmarks/bookmarkformat.h
+++ b/lib/bookmarks/bookmarkformat.h
@@ -27,10 +27,6 @@ public:
Q_CHECK_PTR(device);
m_device = device;
}
- ~BookmarkFormat()
- {
- m_device->close();
- }
void read(BookmarkItem *root) const;
void write(BookmarkItem *root);