[Xorg-commit] xc/programs/xrx/plugin PProcess.c,1.1.4.1,1.1.4.2

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb


Index: PProcess.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xrx/plugin/PProcess.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/PProcess.c	17 Nov 2003 19:04:09 -0000	1.1.4.1
+++ b/PProcess.c	23 Feb 2004 21:38:06 -0000	1.1.4.2
@@ -26,7 +26,7 @@
 The Open Group.
 
 */
-/* $XFree86: xc/programs/xrx/plugin/PProcess.c,v 1.6 2001/12/14 20:02:17 dawes Exp $ */
+/* $XFree86: xc/programs/xrx/plugin/PProcess.c,v 1.7 2003/12/22 17:48:13 tsi Exp $ */
 
 #include "RxPlugin.h"
 #include "XUrls.h"
@@ -114,6 +114,7 @@
     return False;
 }
 
+#ifdef UNUSED
 static void
 AppendToWinList(Window **new_list, int *new_count,
 		Window *list, int count, Window win)
@@ -123,6 +124,7 @@
     memcpy(*new_list, list, sizeof(Window) * count);
     (*new_list)[count] = win;
 }
+#endif
 
 static void
 PrependToWinList(Window **new_list, int *new_count,
@@ -187,6 +189,7 @@
         list[0] = list[1];
 }
 
+#ifdef UNUSED
 static void
 ConcatWinLists(Window **list, int *count,
 	       Window *list1, int count1,
@@ -218,6 +221,7 @@
     for (; i < *count; i++, list++)
 	list[0] = list[j];
 }
+#endif
 
 /***********************************************************************
  * Add window to the WM_COLORMAP_WINDOWS property on the Netscape





More information about the xorg-commit mailing list