summaryrefslogtreecommitdiff
path: root/src/lib/eet_dictionary.c
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-03-09 16:16:40 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-03-09 16:16:40 +0000
commit8d600d11bd22eac7375df9fedfed92ac2efa441e (patch)
tree41e4ae795fe3b793f7977575c7fb059f932343a6 /src/lib/eet_dictionary.c
parent57100340d202cfb8d3f67dc3f59610ca6833e184 (diff)
downloadeet-8d600d11bd22eac7375df9fedfed92ac2efa441e.tar.gz
the rest of cedrics patchesfor fixing dictionaries and read_write
SVN revision: 33969
Diffstat (limited to 'src/lib/eet_dictionary.c')
-rw-r--r--src/lib/eet_dictionary.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/eet_dictionary.c b/src/lib/eet_dictionary.c
index 18a3f36..ed6c798 100644
--- a/src/lib/eet_dictionary.c
+++ b/src/lib/eet_dictionary.c
@@ -20,9 +20,6 @@ eet_dictionary_add(void)
if (!new)
return NULL;
- new->count = 0;
- new->total = 0;
-
memset(new->hash, -1, sizeof (int) * 256);
return new;