diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
commit | 816603fd9a3cdc78ce27379a733160b7677ced69 (patch) | |
tree | 64ca5529be1090738819b93fe1cf4e7e7a044c6e /src/config/ConfigError.cxx | |
parent | bf5f12a51f6ea275582f31835ebe894ee0454bc9 (diff) |
config/Config*: rename files, drop "Config" prefix
Diffstat (limited to 'src/config/ConfigError.cxx')
-rw-r--r-- | src/config/ConfigError.cxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/config/ConfigError.cxx b/src/config/ConfigError.cxx deleted file mode 100644 index d652ba172..000000000 --- a/src/config/ConfigError.cxx +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 2003-2017 The Music Player Daemon Project - * http://www.musicpd.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#include "ConfigError.hxx" -#include "util/Domain.hxx" - -const Domain config_domain("config"); |