Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
4231ec51
Commit
4231ec51
authored
Aug 24, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: removed the deprecated "error_file" option
This option was deprecated by the 0.15 release. This patch makes this option invalid.
parent
f401c105
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
NEWS
NEWS
+1
-0
conf.c
src/conf.c
+0
-1
conf.h
src/conf.h
+0
-1
No files found.
NEWS
View file @
4231ec51
...
...
@@ -22,6 +22,7 @@ ver 0.16 (20??/??/??)
* commands:
- added new "status" line with more precise "elapsed time"
* log unused/unknown block parameters
* removed the deprecated "error_file" option
* save state when stopped
* renamed option "--stdout" to "--stderr"
* obey $(sysconfdir) for default mpd.conf location
...
...
src/conf.c
View file @
4231ec51
...
...
@@ -53,7 +53,6 @@ static struct config_entry config_entries[] = {
{
.
name
=
CONF_DB_FILE
,
false
,
false
},
{
.
name
=
CONF_STICKER_FILE
,
false
,
false
},
{
.
name
=
CONF_LOG_FILE
,
false
,
false
},
{
.
name
=
CONF_ERROR_FILE
,
false
,
false
},
{
.
name
=
CONF_PID_FILE
,
false
,
false
},
{
.
name
=
CONF_STATE_FILE
,
false
,
false
},
{
.
name
=
CONF_USER
,
false
,
false
},
...
...
src/conf.h
View file @
4231ec51
...
...
@@ -30,7 +30,6 @@
#define CONF_DB_FILE "db_file"
#define CONF_STICKER_FILE "sticker_file"
#define CONF_LOG_FILE "log_file"
#define CONF_ERROR_FILE "error_file"
#define CONF_PID_FILE "pid_file"
#define CONF_STATE_FILE "state_file"
#define CONF_USER "user"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment