the if is useless here--both branches are same
This commit is contained in:
parent
aa90dcca93
commit
e49fc29521
1 changed files with 1 additions and 8 deletions
|
@ -257,14 +257,7 @@ sal_uInt16 MyBasic::BreakHdl()
|
|||
pWin->Highlight( GetLine(), GetCol1(), GetCol2() );
|
||||
}
|
||||
|
||||
if( IsBreak() ) // If Breakpoint (or "Run to Cursor")
|
||||
{
|
||||
return aBasicApp.pFrame->BreakHandler();
|
||||
}
|
||||
else
|
||||
{
|
||||
return aBasicApp.pFrame->BreakHandler();
|
||||
}
|
||||
}
|
||||
|
||||
/***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue