diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 03:15:28 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 03:15:28 +0200 |
commit | e7d43ac0fc53bc939646b916d8b29ee68e9b1faa (patch) | |
tree | 3d41f8c52980ec6b9fefe4a0443b7d6c98480778 /cd/src | |
parent | 83c356e5a60d00b9876aabe03ccaacf277a9ca8e (diff) |
Go away, you won't have freetype in there.
Diffstat (limited to 'cd/src')
-rwxr-xr-x | cd/src/sim/sim_primitives.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cd/src/sim/sim_primitives.c b/cd/src/sim/sim_primitives.c index 2040c66..529aec0 100755 --- a/cd/src/sim/sim_primitives.c +++ b/cd/src/sim/sim_primitives.c @@ -1341,7 +1341,6 @@ void cdSimPutImageRectRGB(cdCanvas* canvas, int iw, int ih, const unsigned char /************************************************************************/ -#include "cd_truetype.h" #include "sim.h" static void cdSimPolyLine(cdCanvas* canvas, const cdPoint* poly, int n) |