Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
2f6cf433
Commit
2f6cf433
authored
Apr 24, 2018
by
Hugo Beauzée-Luyssen
Browse files
AlbumTrack: Remove unused member function declaration
parent
d47769e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AlbumTrack.h
View file @
2f6cf433
...
...
@@ -75,7 +75,6 @@ class AlbumTrack : public IAlbumTrack, public DatabaseHelpers<AlbumTrack, policy
int64_t
duration
);
static
AlbumTrackPtr
fromMedia
(
MediaLibraryPtr
ml
,
int64_t
mediaId
);
static
std
::
vector
<
MediaPtr
>
fromGenre
(
MediaLibraryPtr
ml
,
int64_t
genreId
,
SortingCriteria
sort
,
bool
desc
);
static
std
::
vector
<
MediaPtr
>
search
(
sqlite
::
Connection
*
dbConn
,
const
std
::
string
&
title
);
private:
MediaLibraryPtr
m_ml
;
...
...
Write
Preview
Supports
Markdown
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