]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcpat.c
[int] Remove fc_storage_type() in favor of direct access to v->type
[fontconfig.git] / src / fcpat.c
index 792a164f9dddf3462525e16067205d469891d72c..90d42cacd636218a2c00dff95fa84650cf557a00 100644 (file)
@@ -220,7 +220,7 @@ FcStringHash (const FcChar8 *s)
 static FcChar32
 FcValueHash (const FcValue *v)
 {
-    switch (fc_storage_type(v)) {
+    switch (v->type) {
     case FcTypeVoid:
        return 0;
     case FcTypeInteger: