work in progress
nearly coincident mostly work
support files for creating projects from gyp

git-svn-id: http://skia.googlecode.com/svn/trunk@3500 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/IntersectionUtilities.cpp b/experimental/Intersection/IntersectionUtilities.cpp
index d05afdf..e6ece74 100644
--- a/experimental/Intersection/IntersectionUtilities.cpp
+++ b/experimental/Intersection/IntersectionUtilities.cpp
@@ -1,4 +1,5 @@
 
+#if 0
 // snippets that one day may be useful, unused for now...
 
 // get sign, exponent, mantissa from double
@@ -37,4 +38,5 @@
     {    /*  i.e., Mantissa is even */
         mantissa >>= 1;
         exponent++;
-    }
\ No newline at end of file
+    }
+#endif
\ No newline at end of file