diff --git a/inc/d3d9shader.h b/inc/d3d9shader.h
index 5aa0349..9cc1a13 100644
--- a/inc/d3d9shader.h
+++ b/inc/d3d9shader.h
@@ -168,7 +168,7 @@ const BYTE D3D9_PALETTE_SHADER[] =
         lrp r2, r0.y, r1, r5
         mov oC0, r2
 
-        // approximately 35 instruction slots used (8 texture, 27 arithmetic)
+// approximately 35 instruction slots used (8 texture, 27 arithmetic)
 
 // fxc.exe /Tps_2_0 shader.hlsl /Fhshader.h
 /*
@@ -362,19 +362,6 @@ const BYTE D3D9_PALETTE_SHADER_BILINEAR[] =
     };
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
 /* catmull rom upscaling */
 
 #if 0