comment out unused function
authorAndy Wingo <wingo@pobox.com>
Tue, 15 Oct 2002 20:44:15 +0000 (20:44 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 15 Oct 2002 20:44:15 +0000 (20:44 +0000)
Original commit message from CVS:
comment out unused function

common
gst/videotestsrc/gstvideotestsrc.c

diff --git a/common b/common
index fa2e4df..2f0e1ec 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit fa2e4df50fd965b1dbd3b35b87d914ff87362815
+Subproject commit 2f0e1ecbfe7d27cf1b2215204958c95516db173d
index 76031fd..8440374 100644 (file)
@@ -485,6 +485,7 @@ paint_rect_random (unsigned char *dest, int stride, int x, int y, int w, int h)
   }
 }
 
+#if 0
 static void
 paint_rect (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char color)
 {
@@ -496,6 +497,7 @@ paint_rect (unsigned char *dest, int stride, int x, int y, int w, int h, unsigne
     d += stride;
   }
 }
+#endif
 
 static void
 paint_rect_s2 (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char col)