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
93765fcb
Commit
93765fcb
authored
Jan 26, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input/{tidal,qobuz}: remove unused list_base_hook
parent
b221bd74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
QobuzTrackRequest.hxx
src/input/plugins/QobuzTrackRequest.hxx
+1
-3
TidalTrackRequest.hxx
src/input/plugins/TidalTrackRequest.hxx
+1
-3
No files found.
src/input/plugins/QobuzTrackRequest.hxx
View file @
93765fcb
...
@@ -28,9 +28,7 @@
...
@@ -28,9 +28,7 @@
class
QobuzClient
;
class
QobuzClient
;
struct
QobuzSession
;
struct
QobuzSession
;
class
QobuzTrackHandler
class
QobuzTrackHandler
{
:
public
boost
::
intrusive
::
list_base_hook
<
boost
::
intrusive
::
link_mode
<
boost
::
intrusive
::
safe_link
>>
{
public
:
public
:
virtual
void
OnQobuzTrackSuccess
(
std
::
string
url
)
noexcept
=
0
;
virtual
void
OnQobuzTrackSuccess
(
std
::
string
url
)
noexcept
=
0
;
virtual
void
OnQobuzTrackError
(
std
::
exception_ptr
error
)
noexcept
=
0
;
virtual
void
OnQobuzTrackError
(
std
::
exception_ptr
error
)
noexcept
=
0
;
...
...
src/input/plugins/TidalTrackRequest.hxx
View file @
93765fcb
...
@@ -30,9 +30,7 @@
...
@@ -30,9 +30,7 @@
*
*
* Its methods must be thread-safe.
* Its methods must be thread-safe.
*/
*/
class
TidalTrackHandler
class
TidalTrackHandler
{
:
public
boost
::
intrusive
::
list_base_hook
<
boost
::
intrusive
::
link_mode
<
boost
::
intrusive
::
safe_link
>>
{
public
:
public
:
virtual
void
OnTidalTrackSuccess
(
std
::
string
url
)
noexcept
=
0
;
virtual
void
OnTidalTrackSuccess
(
std
::
string
url
)
noexcept
=
0
;
virtual
void
OnTidalTrackError
(
std
::
exception_ptr
error
)
noexcept
=
0
;
virtual
void
OnTidalTrackError
(
std
::
exception_ptr
error
)
noexcept
=
0
;
...
...
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