1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-28 16:20:26 +01:00

Remove old code.

This commit is contained in:
Jonas Kvinge 2018-03-02 23:14:22 +01:00
parent 8c3339525e
commit cefe98736f
2 changed files with 1 additions and 12 deletions

2
dist/maketarball.sh vendored
View File

@ -2,7 +2,7 @@
name=strawberry
version="0.1.1"
deb_dist="unstable"
deb_dist=""
root=$(cd "${0%/*}/.." && echo $PWD/${0##*/})
root=`dirname "$root"`
rootnoslash=`echo $root | sed "s/^\///"`

View File

@ -45,27 +45,16 @@ struct DiscogsCoverSearchContext {
QString title;
int r_count;
State state;
CoverSearchResults results;
};
Q_DECLARE_METATYPE(DiscogsCoverSearchContext)
struct DiscogsCoverReleaseContext {
//enum State { State_Init, State_MastersRequested, State_ReleasesRequested };
int id; // the unique request identifier
int s_id; // the search request identifier
// the search query
//QString artist;
//QString album;
//QString title;
QString resource_url;
//State state;
//CoverSearchResults results;
};
Q_DECLARE_METATYPE(DiscogsCoverReleaseContext)