From 2d1a3073f63604a452e559ff8322520af98a4b65 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 23 Dec 2013 09:04:31 +0100 Subject: pcm/PcmConvert: move the Domain instance to Domain.cxx Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library. --- src/pcm/PcmConvert.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pcm/PcmConvert.hxx') diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx index 13dff4427..586c303f2 100644 --- a/src/pcm/PcmConvert.hxx +++ b/src/pcm/PcmConvert.hxx @@ -82,8 +82,6 @@ public: Error &error); }; -extern const Domain pcm_convert_domain; - bool pcm_convert_global_init(Error &error); -- cgit v1.2.3