summaryrefslogtreecommitdiffstats
path: root/client/x11/res.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/res.cpp')
-rw-r--r--client/x11/res.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/x11/res.cpp b/client/x11/res.cpp
index f5c11e14..b2d3f71a 100644
--- a/client/x11/res.cpp
+++ b/client/x11/res.cpp
@@ -18,15 +18,6 @@
#include "common.h"
#include "resource.h"
-#include "images/info_image.c"
-
-static const PixmapHeader info_image = {
- (uint8_t *)_info_image.pixel_data,
- _info_image.width,
- _info_image.height,
- _info_image.width * 4,
-};
-
#include "images/alt_image.c"
static const PixmapHeader alt_image = {
@@ -42,7 +33,6 @@ typedef struct ResImage {
} ResImage;
static const ResImage res_image_map[] = {
- { INFO_IMAGE_RES_ID, &info_image},
{ ALT_IMAGE_RES_ID, &alt_image},
{0, NULL},
};