Author: post
Date: 2010-04-11 11:52:51 +0200 (Sun, 11 Apr 2010)
New Revision: 3356
Modified:
trunk/plugins/dcp/dcp.c
Log:
Remove debug test code.
Modified: trunk/plugins/dcp/dcp.c
===================================================================
--- trunk/plugins/dcp/dcp.c 2010-04-11 09:50:28 UTC (rev 3355)
+++ trunk/plugins/dcp/dcp.c 2010-04-11 09:52:51 UTC (rev 3356)
@@ -387,7 +387,7 @@
ThreadInfo* t = _thread_info;
RS_IMAGE16 *tmp = t->tmp;
- if (t->start_y && tmp->pixelsize == 4 && (rs_detect_cpu_features() &
RS_CPU_FLAG_SSE2))
+ if (tmp->pixelsize == 4 && (rs_detect_cpu_features() &
RS_CPU_FLAG_SSE2))
{
if (render_SSE2(t))
{
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit