]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/backchannel.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / backchannel.c
index 06a6d2308fe4ccc0af373da8a4133ff43ef2b5e5..c4c96acbe3790743cbb2988d68445ee66b4392dd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Backchannel functions for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -186,8 +184,3 @@ cups_setup(fd_set         *set,             /* I - Set for select() */
   FD_ZERO(set);
   FD_SET(3, set);
 }
-
-
-/*
- * End of "$Id$".
- */