summaryrefslogtreecommitdiffstats
path: root/client/x11/res.cpp
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-12-13 15:56:27 +0100
committerHans de Goede <hdegoede@redhat.com>2010-12-16 14:54:46 +0100
commit392ed65dda1a28c85f04ebb09924c6ce83dbdf2b (patch)
tree8d20d3baffec79ab8a6f6cd5a461bd9c07ea3570 /client/x11/res.cpp
parent3e37f2c1e876949a1ce63ab8a1a1b022b4037b69 (diff)
downloadspice-392ed65dda1a28c85f04ebb09924c6ce83dbdf2b.tar.gz
spice-392ed65dda1a28c85f04ebb09924c6ce83dbdf2b.tar.xz
spice-392ed65dda1a28c85f04ebb09924c6ce83dbdf2b.zip
spicec: Remove spice-client watermark (rhbz#662450)
This patch stops us from drawing the spice client watermark at the top of the virtual machine view. We have had requests through several channels to remove this as it has little added value, and is seen as annoying by some. Given that we now also have a bugzilla for this I think it is time we really remove it.
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},
};