]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-array.cxx
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / ppdc / ppdc-array.cxx
index 688f56c46af25627445beacb5eaa9d73d101ee86..d56b92a33d187ce10c93cfd04dcaec8dc00431c1 100644 (file)
@@ -1,6 +1,4 @@
 //
-// "$Id$"
-//
 // Array class for the CUPS PPD Compiler.
 //
 // Copyright 2007-2014 by Apple Inc.
@@ -152,8 +150,3 @@ ppdcArray::remove(ppdcShared *d)            // I - Data element
   if (i < count)
     memmove(data + i, data + i + 1, (size_t)(count - i) * sizeof(ppdcShared *));
 }
-
-
-//
-// End of "$Id$".
-//