From 3c860adce93e549e1cc7a55531f8958396ebc2a9 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 29 Apr 2012 22:46:36 -0400 Subject: [PATCH] clean up white space --- dictionary.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dictionary.h b/dictionary.h index bfbc9b7..fa59f8d 100644 --- a/dictionary.h +++ b/dictionary.h @@ -24,9 +24,6 @@ Word DictionaryAdd(Handle h, const void *key, Word keySize, // removal performance is awful. void DictionaryRemove(Handle h, const char *key, Word keySize); - Word DictionaryEnumerate(Handle h, DictionaryEnumerator *e, Word cookie); - - #endif