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
667daab0
Commit
667daab0
authored
Jul 17, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/Global: remove unused function config_get_unsigned()
parent
2fc0a738
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
Global.cxx
src/config/Global.cxx
+0
-6
Global.hxx
src/config/Global.hxx
+0
-3
No files found.
src/config/Global.cxx
View file @
667daab0
...
...
@@ -102,12 +102,6 @@ config_get_path(ConfigOption option)
}
unsigned
config_get_unsigned
(
ConfigOption
option
,
unsigned
default_value
)
{
return
config_data
.
GetUnsigned
(
option
,
default_value
);
}
unsigned
config_get_positive
(
ConfigOption
option
,
unsigned
default_value
)
{
return
config_data
.
GetPositive
(
option
,
default_value
);
...
...
src/config/Global.hxx
View file @
667daab0
...
...
@@ -72,9 +72,6 @@ AllocatedPath
config_get_path
(
enum
ConfigOption
option
);
unsigned
config_get_unsigned
(
enum
ConfigOption
option
,
unsigned
default_value
);
unsigned
config_get_positive
(
enum
ConfigOption
option
,
unsigned
default_value
);
bool
config_get_bool
(
enum
ConfigOption
option
,
bool
default_value
);
...
...
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