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
d2115e90
Commit
d2115e90
authored
Mar 17, 2020
by
Rosen Penev
Committed by
Max Kellermann
Mar 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[clang-tidy] remove redundant access specifiers
Found with readability-redundant-access-specifiers Signed-off-by:
Rosen Penev
<
rosenp@gmail.com
>
parent
61b5ab26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
OpenALOutputPlugin.cxx
src/output/plugins/OpenALOutputPlugin.cxx
+0
-1
RecorderOutputPlugin.cxx
src/output/plugins/RecorderOutputPlugin.cxx
+0
-1
EmbeddedCuePlaylistPlugin.cxx
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
+0
-1
No files found.
src/output/plugins/OpenALOutputPlugin.cxx
View file @
d2115e90
...
...
@@ -70,7 +70,6 @@ private:
void
Cancel
()
noexcept
override
;
private
:
[[
nodiscard
]]
gcc_pure
ALint
GetSourceI
(
ALenum
param
)
const
noexcept
{
ALint
value
;
...
...
src/output/plugins/RecorderOutputPlugin.cxx
View file @
d2115e90
...
...
@@ -87,7 +87,6 @@ private:
size_t
Play
(
const
void
*
chunk
,
size_t
size
)
override
;
private
:
[[
nodiscard
]]
gcc_pure
bool
HasDynamicPath
()
const
noexcept
{
return
!
format_path
.
empty
();
...
...
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
View file @
d2115e90
...
...
@@ -60,7 +60,6 @@ public:
std
::
unique_ptr
<
CueParser
>
parser
;
public
:
std
::
unique_ptr
<
DetachedSong
>
NextSong
()
override
;
};
...
...
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