aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/xbel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bookmarks/xbel.h')
-rw-r--r--lib/bookmarks/xbel.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/bookmarks/xbel.h b/lib/bookmarks/xbel.h
deleted file mode 100644
index 44a65bb..0000000
--- a/lib/bookmarks/xbel.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * This file is part of smolbote. It's copyrighted by the contributors recorded
- * in the version control history of the file, available from its original
- * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote
- *
- * SPDX-License-Identifier: GPL-3.0
- */
-
-#ifndef XBEL_H
-#define XBEL_H
-
-class QIODevice;
-class BookmarkItem;
-namespace Xbel
-{
-void read(QIODevice *device, BookmarkItem *item);
-void write(QIODevice *device, const BookmarkItem *item);
-}
-
-#endif // XBEL_H