Revert "- audio_select: copy full code from TangoCash"

Signed-off-by: Thilo Graf <dbt@novatux.de>

this reverts commit: 5fd7ec68ac
This commit is contained in:
svenhoefer
2018-01-02 13:26:05 +01:00
committed by Thilo Graf
parent 3babb03206
commit 3c32fab30a
7 changed files with 62 additions and 232 deletions

View File

@@ -29,26 +29,14 @@
//
#include "widget/menue.h"
#include "movieplayer.h"
class CAudioSelectMenuHandler : public CMenuTarget
{
private:
CMoviePlayerGui *mp;
int width;
cPlayback *playback;
int sel_apid;
int apid_offset;
int *apid;
int p_count;
int *perc_val;
unsigned int *is_ac3;
std::string *perc_str;
CMenuWidget *AudioSelector;
t_channel_id chan;
public:
CAudioSelectMenuHandler();
~CAudioSelectMenuHandler();