mplayer.c
branchtrunk
changeset 24 0598c933ccae
parent 23 3b14b8aacaa0
child 27 12b5ca8deab5
     1.1 --- a/mplayer.c	Wed Feb 04 12:30:14 2009 +0800
     1.2 +++ b/mplayer.c	Wed Feb 04 19:34:25 2009 +0800
     1.3 @@ -103,7 +103,7 @@
     1.4    static bool rewind;
     1.5    cMPlayerPlayer *player;
     1.6    cSkinDisplayReplay *display;
     1.7 -  bool visible, modeOnly, haveBeauty;
     1.8 +  bool visible, modeOnly;
     1.9    time_t timeoutShow;
    1.10    int lastCurrent, lastTotal;
    1.11    char *lastReplayMsg;
    1.12 @@ -134,7 +134,7 @@
    1.13  cMPlayerControl::cMPlayerControl(void)
    1.14  :cControl(player=new cMPlayerPlayer(file,rewind))
    1.15  {
    1.16 -  visible=modeOnly=jumpactive=haveBeauty=false;
    1.17 +  visible=modeOnly=jumpactive=false;
    1.18    lastReplayMsg=0;
    1.19    display=0;
    1.20    ShowTitle();