@@ 1843,7 1843,6 @@ simple_yank(struct DrawState* state)
initialize_start = state->paste_size;
if (!state->paste_size)
{
- initialize_start = 0;
while (state->paste_count > state->paste_size)
state->paste_size += ALLOC_DELTA;
newbuf = calloc(state->paste_size, sizeof(struct BufferLine));