Remove show_rcs() and the CVS ids it relied upon
[privoxy.git] / win32.h
diff --git a/win32.h b/win32.h
index 9baeead..15a804e 100644 (file)
--- a/win32.h
+++ b/win32.h
@@ -1,6 +1,5 @@
 #ifndef WIN32_H_INCLUDED
 #define WIN32_H_INCLUDED
-#define WIN32_H_VERSION "$Id: win32.h,v 1.9 2011/09/04 11:10:56 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/win32.h,v $
@@ -47,10 +46,6 @@ extern int g_nCmdShow;
 
 extern int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow);
 
-/* Revision control strings from this header and associated .c file */
-extern const char win32_rcs[];
-extern const char win32_h_rcs[];
-
 #endif /* ndef WIN32_H_INCLUDED */
 
 /*