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
95481dda
Commit
95481dda
authored
Jul 17, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/Global: remove unused function config_get_param()
parent
1b4181d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
Global.cxx
src/config/Global.cxx
+0
-7
Global.hxx
src/config/Global.hxx
+0
-6
No files found.
src/config/Global.cxx
View file @
95481dda
...
...
@@ -20,7 +20,6 @@
#include "config.h"
#include "Global.hxx"
#include "Data.hxx"
#include "Param.hxx"
#include "Block.hxx"
#include "File.hxx"
#include "Path.hxx"
...
...
@@ -76,12 +75,6 @@ void config_global_check(void)
Check
(
*
p
);
}
const
ConfigParam
*
config_get_param
(
ConfigOption
option
)
noexcept
{
return
config_data
.
GetParam
(
option
);
}
const
char
*
config_get_string
(
ConfigOption
option
,
const
char
*
default_value
)
noexcept
{
...
...
src/config/Global.hxx
View file @
95481dda
...
...
@@ -25,8 +25,6 @@
class
Path
;
struct
ConfigData
;
struct
ConfigParam
;
struct
ConfigBlock
;
void
config_global_init
();
...
...
@@ -48,10 +46,6 @@ config_global_check();
void
ReadConfigFile
(
Path
path
);
gcc_pure
const
ConfigParam
*
config_get_param
(
enum
ConfigOption
option
)
noexcept
;
const
char
*
config_get_string
(
enum
ConfigOption
option
,
const
char
*
default_value
=
nullptr
)
noexcept
;
...
...
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