diff options
author | Max Kellermann <max@duempel.org> | 2013-10-21 10:50:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-21 10:50:22 +0200 |
commit | a0415f73d459b5763f59dfa4151ec89834d29526 (patch) | |
tree | 514b0b094b862d73d08b402929819182b8806475 /src/archive | |
parent | 93068f10ecd071c648a1c47925b7a01f8659e619 (diff) | |
download | mpd-a0415f73d459b5763f59dfa4151ec89834d29526.tar.gz mpd-a0415f73d459b5763f59dfa4151ec89834d29526.tar.xz mpd-a0415f73d459b5763f59dfa4151ec89834d29526.zip |
archive/bz2: remove unused function bz2_quark()
Diffstat (limited to 'src/archive')
-rw-r--r-- | src/archive/Bzip2ArchivePlugin.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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 |