@@ -28,13 +28,6 @@ * Remove the object with the given key from the dictionary. * * \param key The key whose object should be removed */ - removeObjectForKey: (OFObject*)key; - -/** - * Changes the hash size of the dictionary. - * - * \param hashsize The new hash size for the dictionary - */ -- changeHashSize: (int)hashsize; @end