forked from e16/e16
1
0
Fork 0

Remove unintended comment.

SVN revision: 44723
This commit is contained in:
Kim Woelders 2009-12-26 10:35:47 +00:00
parent fbfb755575
commit c0c53f291c
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ MoveResizeEnd(EWin * ewin)
case MODE_MOVE_PENDING:
case MODE_MOVE:
_MoveResizeMoveEnd(ewin);
Mode.action_inhibit = 1; // FIXME - REMOVE
Mode.action_inhibit = 1;
break;
}
}