X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fline.c;h=f3909b15337da90735ce947f7b567c4739339670;hb=0e98bd5ee418681c347fc7fbe02ad53c59502f41;hp=c5a6046f75ddc06aa34921d76b67a46eb9b46a1a;hpb=21b3b0c37366068ae6247c15f30505c055e473a5;p=bertos.git diff --git a/gfx/line.c b/gfx/line.c index c5a6046f..f3909b15 100644 --- a/gfx/line.c +++ b/gfx/line.c @@ -39,27 +39,10 @@ * \brief Line drawing graphics routines */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/08/01 12:22:00 bernie - *#* gfx_findRegion(): Only define when CONFIG_GFX_CLIPPING is enabled. - *#* - *#* Revision 1.3 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2006/02/10 12:26:58 bernie - *#* Check CONFIG_* constraints. - *#* - *#* Revision 1.1 2006/01/24 02:17:49 bernie - *#* Split out gfx.c into bitmap.c and line.c. - *#* - *#*/ - #include "gfx.h" #include "gfx_p.h" #include /* ASSERT() */ -#include /* CPU_HARVARD */ #include /* SWAP() */ #include /* CONFIG_GFX_CLIPPING */