changeset 2168:261593419e44

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:29 +0200
parents bfe8a46d3fed
children a789eea96a11
files src/pixbuf_util.c
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/pixbuf_util.c	Thu Aug 30 15:53:29 2012 +0200
+++ b/src/pixbuf_util.c	Thu Aug 30 15:53:29 2012 +0200
@@ -349,10 +349,6 @@
 	gint dw, dh, drs;
 	guchar *s_pix;
 	guchar *d_pix;
-#if 0
-	guchar *sp;
-	guchar *dp;
-#endif
 	gint i, j;
 	gint a;
 	GdkPixbuf *buffer;
@@ -1009,20 +1005,6 @@
 		if (y1 < clip_y || y2 > clip_y + clip_h) return FALSE;
 		}
 
-#if 0
-	if (x1 >= clip_x && x2 <= clip_x + clip_w)
-		{
-		if (y1 < y2)
-			{
-			if (y1 >= clip_y && y2 <= clip_y + clip_h) return TRUE;
-			}
-		else
-			{
-			if (y2 >= clip_y && y1 <= clip_y + clip_h) return TRUE;
-			}
-		}
-#endif
-
 	d = x2 - x1;
 	if (d > 0.0)
 		{