summaryrefslogtreecommitdiffstats
path: root/client/windows
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/windows
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/windows')
-rw-r--r--client/windows/redc.rc1
-rw-r--r--client/windows/redc.vcproj4
-rw-r--r--client/windows/resource.h1
-rw-r--r--client/windows/static_title.bmpbin24462 -> 0 bytes
4 files changed, 0 insertions, 6 deletions
diff --git a/client/windows/redc.rc b/client/windows/redc.rc
index 0155d2ec..6c717dfb 100644
--- a/client/windows/redc.rc
+++ b/client/windows/redc.rc
@@ -52,7 +52,6 @@ END
// Bitmap
//
-INFO_IMAGE_RES_ID BITMAP "static_title.bmp"
ALT_IMAGE_RES_ID BITMAP "sticky_alt.bmp"
/////////////////////////////////////////////////////////////////////////////
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index 8181334b..09580048 100644
--- a/client/windows/redc.vcproj
+++ b/client/windows/redc.vcproj
@@ -905,10 +905,6 @@
>
</File>
<File
- RelativePath=".\static_title.bmp"
- >
- </File>
- <File
RelativePath=".\sticky_alt.bmp"
>
</File>
diff --git a/client/windows/resource.h b/client/windows/resource.h
index 2789747c..c3549be6 100644
--- a/client/windows/resource.h
+++ b/client/windows/resource.h
@@ -3,7 +3,6 @@
// Used by redc.rc
//
#define RED_ICON_RES_ID 5
-#define INFO_IMAGE_RES_ID 102
#define IDI_ICON_APPLICATION 103
#define ALT_IMAGE_RES_ID 104
diff --git a/client/windows/static_title.bmp b/client/windows/static_title.bmp
deleted file mode 100644
index e184f623..00000000
--- a/client/windows/static_title.bmp
+++ /dev/null
Binary files differ