Skip to content

Commit

Permalink
move resend_cmd under USING_DVB where all its uses are
Browse files Browse the repository at this point in the history
  • Loading branch information
dekarl committed Mar 17, 2014
1 parent d69b0f1 commit 8b6ea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/diseqc.cpp
Expand Up @@ -662,8 +662,6 @@ bool DiSEqCDevTree::SendCommand(uint adr, uint cmd, uint repeats,
return false;
}

bool resend_cmd = false;

#ifndef USING_DVB

(void) adr;
Expand All @@ -673,6 +671,8 @@ bool DiSEqCDevTree::SendCommand(uint adr, uint cmd, uint repeats,

#else // if USING_DVB

bool resend_cmd = false;

// prepare command
dvb_diseqc_master_cmd mcmd;
mcmd.msg[0] = DISEQC_FRM;
Expand Down

0 comments on commit 8b6ea69

Please sign in to comment.