lib/DtTerm: Remove dead assignments, initializations and increments
This shouldn't change behavior (or even object code) at all because those assignments are all without effect. Removing that code removes noise which helps working with code analysis tools.
This commit is contained in:
committed by
Jon Trulson
parent
a5b5eb0f80
commit
c48ec3adff
@@ -54,7 +54,6 @@ _DtTermFunctionKeyExecute(
|
||||
)
|
||||
{
|
||||
DtTermWidget tw = (DtTermWidget) w;
|
||||
DtTermData td = tw->vt.td;
|
||||
|
||||
if (!shift || tw->vt.sunFunctionKeys == True ) {
|
||||
if ( tw->vt.sunFunctionKeys == True ) {
|
||||
|
||||
Reference in New Issue
Block a user