From a0415f73d459b5763f59dfa4151ec89834d29526 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 10:50:12 +0200 Subject: archive/bz2: remove unused function bz2_quark() --- src/archive/Bzip2ArchivePlugin.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/archive/Bzip2ArchivePlugin.cxx b/src/archive/Bzip2ArchivePlugin.cxx index 6c5bba8be..ec44ddd23 100644 --- a/src/archive/Bzip2ArchivePlugin.cxx +++ b/src/archive/Bzip2ArchivePlugin.cxx @@ -113,12 +113,6 @@ extern const InputPlugin bz2_inputplugin; static constexpr Domain bz2_domain("bz2"); -static inline GQuark -bz2_quark(void) -{ - return g_quark_from_static_string("bz2"); -} - /* single archive handling allocation helpers */ inline bool -- cgit v1.2.3