diff options
Diffstat (limited to 'src/archive/Bzip2ArchivePlugin.cxx')
-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 |