summaryrefslogtreecommitdiff
path: root/src/qxl_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qxl_image.c')
-rw-r--r--src/qxl_image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qxl_image.c b/src/qxl_image.c
index 17c2e27..b9868a0 100644
--- a/src/qxl_image.c
+++ b/src/qxl_image.c
@@ -205,6 +205,7 @@ qxl_image_create (qxl_screen_t *qxl, const uint8_t *data,
ErrorF ("%p has size %d %d\n", image, width, height);
#endif
+#if 0
/* Add to hash table */
if ((info = insert_image_info (hash)))
{
@@ -218,6 +219,7 @@ qxl_image_create (qxl_screen_t *qxl, const uint8_t *data,
ErrorF ("added with hash %u\n", hash);
#endif
}
+#endif
return image;
}