Index: trunk/psModules/src/pslib/psAdditionals.h
===================================================================
--- trunk/psModules/src/pslib/psAdditionals.h	(revision 6872)
+++ trunk/psModules/src/pslib/psAdditionals.h	(revision 6956)
@@ -7,10 +7,4 @@
 #include "pslib.h"
 
-// Deep copy of metadata
-// Corrected version of MHPCC code in psLib at the moment
-psMetadata *pap_psMetadataCopy(psMetadata *out, // Target, to which the copy is made
-                               const psMetadata *in // Source, from which the copy is made
-                              );
-
 // copy a metadata item from one psMetadata to another
 bool psMetadataItemTransfer (psMetadata *out, // Destination: copy is placed here
@@ -18,15 +12,4 @@
                              char *key        // key to identify the metadata item
                             );
-
-
-// Print out the metadata
-void psMetadataPrint(psMetadata *md,    // Metadata to print
-                     int level          // Indent level
-                    );
-
-// Split string on given characters
-psList *psStringSplit(const char *string, // String to split
-                      const char *splitters // Characters on which to split
-                     );
 
 // Split string on given characters
