Skip to content

Commit 2cf5e92

Browse files
committed
delete some lines
1 parent 394d382 commit 2cf5e92

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/move.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ void windowsize ()
3333
{
3434
_w = getWindow ();
3535
WINDOW_X = _w.first - 2, WINDOW_Y = _w.second;
36-
// if (_w.first & 1) {WINDOW_X ++, LASTLINE = true;}
37-
// else LASTLINE = false;
38-
if (WINDOW_Y & 1) WINDOW_Y --;
3936
}
4037

4138
void windowsize_protect ()

lib/output.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,11 @@ inline void output ()
114114
if ((WINDOW_X - n) & 1)
115115
{
116116
kline = true;
117-
// wwaitx --;
118117
} else kline = false;
119118
}
120119
else
121120
{
122121
wstartx = x - (WINDOW_X >> 1), wendx = WINDOW_X + wstartx - 1;
123-
if ((WINDOW_X) & 1)
124-
{
125-
// kline = true;
126-
} else kline = false;
127122
kline = false;
128123
wwaitx = 0;
129124
}

0 commit comments

Comments
 (0)