summaryrefslogtreecommitdiffstats
path: root/client/x11/res.cpp
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-12-28 01:25:23 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-12-28 12:39:37 +0200
commit76fc1dd847b7cbfddaf7bab42eef858ade84317b (patch)
tree10e8786bf8d510d170adccbe640554b023b1e2f0 /client/x11/res.cpp
parent68fb44012982897ea883b336c56d0e8c12ddce0d (diff)
downloadspice-76fc1dd847b7cbfddaf7bab42eef858ade84317b.tar.gz
spice-76fc1dd847b7cbfddaf7bab42eef858ade84317b.tar.xz
spice-76fc1dd847b7cbfddaf7bab42eef858ade84317b.zip
client: remove splash image
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 b4615f82..73350005 100644
--- a/client/x11/res.cpp
+++ b/client/x11/res.cpp
@@ -18,15 +18,6 @@
#include "common.h"
#include "resource.h"
-#include "images/splash_image.c"
-
-static const PixmapHeader splash_image = {
- (uint8_t *)_splash_image.pixel_data,
- _splash_image.width,
- _splash_image.height,
- _splash_image.width * 4,
-};
-
#include "images/info_image.c"
static const PixmapHeader info_image = {
@@ -51,7 +42,6 @@ typedef struct ResImage {
} ResImage;
static const ResImage res_image_map[] = {
- { SPLASH_IMAGE_RES_ID, &splash_image},
{ INFO_IMAGE_RES_ID, &info_image},
{ ALT_IMAGE_RES_ID, &alt_image},
{0, NULL},