From 392ed65dda1a28c85f04ebb09924c6ce83dbdf2b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 13 Dec 2010 15:56:27 +0100 Subject: 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. --- client/x11/res.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'client/x11/res.cpp') 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}, }; -- cgit