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
8aca530b
Commit
8aca530b
authored
Apr 30, 2006
by
Qball Cow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused config value
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4130
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
9849921f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
conf.c
src/conf.c
+0
-1
conf.h
src/conf.h
+0
-1
No files found.
src/conf.c
View file @
8aca530b
...
...
@@ -141,7 +141,6 @@ void initConf() {
registerConfigParam
(
CONF_DB_FILE
,
0
,
0
);
registerConfigParam
(
CONF_LOG_LEVEL
,
0
,
0
);
registerConfigParam
(
CONF_MIXER_CONTROL
,
0
,
0
);
registerConfigParam
(
CONF_AUDIO_WRITE_SIZE
,
0
,
0
);
registerConfigParam
(
CONF_FS_CHARSET
,
0
,
0
);
registerConfigParam
(
CONF_PASSWORD
,
1
,
0
);
registerConfigParam
(
CONF_DEFAULT_PERMS
,
0
,
0
);
...
...
src/conf.h
View file @
8aca530b
...
...
@@ -43,7 +43,6 @@
#define CONF_DB_FILE "db_file"
#define CONF_LOG_LEVEL "log_level"
#define CONF_MIXER_CONTROL "mixer_control"
#define CONF_AUDIO_WRITE_SIZE "audio_write_size"
#define CONF_FS_CHARSET "filesystem_charset"
#define CONF_PASSWORD "password"
#define CONF_DEFAULT_PERMS "default_permissions"
...
...
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