Remove USE_SYSTEM and code only run under USE_SYSTEM

This commit is contained in:
Simen Endsjø
2014-03-05 14:36:10 +01:00
committed by Thiago de Arruda
parent fafdad2f95
commit 3925d951a1
6 changed files with 8 additions and 84 deletions

View File

@@ -125,7 +125,7 @@ void ga_append(garray_T *gap, int c)
}
}
#if (defined(UNIX) && !defined(USE_SYSTEM)) || defined(WIN3264)
#if defined(UNIX) || defined(WIN3264)
/*
* Append the text in "gap" below the cursor line and clear "gap".
*/