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
89ee7fbe
Commit
89ee7fbe
authored
May 19, 2014
by
Hugo Beauzée-Luyssen
Browse files
Remove outdated interface
parent
c14de62d
Changes
4
Hide whitespace changes
Inline
Side-by-side
include/IAlbum.h
View file @
89ee7fbe
...
...
@@ -5,8 +5,6 @@
#include <string>
#include <vector>
#include "IDescription.h"
class
IAlbumTrack
;
class
IAlbum
...
...
include/IDescription.h
deleted
100644 → 0
View file @
c14de62d
#ifndef IDESCRIPTION_H
#define IDESCRIPTION_H
#include <string>
class
IDescription
{
public:
virtual
~
IDescription
()
{}
virtual
const
std
::
string
&
name
()
=
0
;
virtual
unsigned
int
releaseYear
()
=
0
;
virtual
const
std
::
string
&
shortSummary
()
=
0
;
virtual
const
std
::
string
&
artworkUrl
()
=
0
;
};
#endif // IDESCRIPTION_H
include/IShow.h
View file @
89ee7fbe
...
...
@@ -2,7 +2,6 @@
#define ISHOW_H
#include <string>
#include "IDescription.h"
class
IShow
{
...
...
src/CMakeLists.txt
View file @
89ee7fbe
...
...
@@ -9,7 +9,6 @@ add_definitions("-Wall -Wextra -pedantic -O0")
list
(
APPEND HEADERS_LIST
${
CMAKE_SOURCE_DIR
}
/include/IAudioTrackInformation.h
${
CMAKE_SOURCE_DIR
}
/include/ITrackInformation.h
${
CMAKE_SOURCE_DIR
}
/include/IDescription.h
${
CMAKE_SOURCE_DIR
}
/include/IVideoTrackInformation.h
${
CMAKE_SOURCE_DIR
}
/include/IShow.h
${
CMAKE_SOURCE_DIR
}
/include/IShowEpisode.h
...
...
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