diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-01 07:47:43 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-01 07:47:43 +0100 |
commit | 6d34f883ba3ce2474df90432cc4aa387e9093321 (patch) | |
tree | 22ce5d610888039ef8363796b14d940617285fb3 /lineset.c | |
parent | d6b3606e315c4bf5692bc3b6daea3d3022ef14c5 (diff) |
add undo support for crop-to-visible
Diffstat (limited to 'lineset.c')
-rw-r--r-- | lineset.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -128,7 +128,6 @@ void paste_region(int x1, int y1){ void copy_lines_to_ring(int y1, int y2, int which){ int i, len, idx; - int offset; lineset_t *tmp; if (y1 > y2){ |