This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via d774f27f7337a04044850bc48f4253e2d5016d13 (commit) from b9b02ed950aa9b8c45aa065ef1e5175b6e7ea2e8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/d774f27f7337a04044850bc48f4253e2d5016...
commit d774f27f7337a04044850bc48f4253e2d5016d13 Author: Cyril Hrubis metan@ucw.cz Date: Sun Dec 9 14:27:21 2012 +0100
gfx: GP_Line() the first special case is not needed now.
diff --git a/libs/gfx/algo/Line.algo.h b/libs/gfx/algo/Line.algo.h index a69d053..952598c 100644 --- a/libs/gfx/algo/Line.algo.h +++ b/libs/gfx/algo/Line.algo.h @@ -42,10 +42,6 @@ void FN_NAME(CONTEXT_T context, int x0, int y0, int x1, int y1, PIXVAL_T pixval) { if (x0 == x1) { - if (y0 == y1) { - PUTPIXEL(context, x0, y0, pixval); - return; - } if (y0 > y1) GP_SWAP(y0, y1); int y; -----------------------------------------------------------------------
Summary of changes: libs/gfx/algo/Line.algo.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.