aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-12 13:13:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-13 13:28:00 +0200
commitd40cf55e8bec87d1fcbbfa44b94113fca99ec669 (patch)
tree707da868508bb829d8db257956bc9a4c14a7c7d9
parentinstaller: add note to remove before july (diff)
downloadwireguard-windows-d40cf55e8bec87d1fcbbfa44b94113fca99ec669.tar.xz
wireguard-windows-d40cf55e8bec87d1fcbbfa44b94113fca99ec669.zip
ui: remove unused icons
These dots were good while they lasted, and I'll be sad to see them go. We can always recover them from git history need be. Next perhaps we'll axe dot-gray.svg?
Diffstat (limited to '')
-rw-r--r--resources.rc3
-rw-r--r--ui/icon/dot-green.svg2
-rw-r--r--ui/icon/dot-red.svg2
-rw-r--r--ui/icon/dot-yellow.svg2
4 files changed, 0 insertions, 9 deletions
diff --git a/resources.rc b/resources.rc
index f394bfed..76f8a773 100644
--- a/resources.rc
+++ b/resources.rc
@@ -10,9 +10,6 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST manifest.xml
$wireguard.ico ICON ui/icon/wireguard.ico
dot-gray.ico ICON ui/icon/dot-gray.ico
-dot-yellow.ico ICON ui/icon/dot-yellow.ico
-dot-green.ico ICON ui/icon/dot-green.ico
-dot-red.ico ICON ui/icon/dot-red.ico
VS_VERSION_INFO VERSIONINFO
FILEVERSION WIREGUARD_WINDOWS_VERSION_ARRAY
diff --git a/ui/icon/dot-green.svg b/ui/icon/dot-green.svg
deleted file mode 100644
index 5bec700e..00000000
--- a/ui/icon/dot-green.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#01a405" stroke="#019104" stroke-linecap="square" stroke-width=".5292"/></g></svg>
diff --git a/ui/icon/dot-red.svg b/ui/icon/dot-red.svg
deleted file mode 100644
index 10efd510..00000000
--- a/ui/icon/dot-red.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#cb0110" stroke="#b5010e" stroke-linecap="square" stroke-width=".5292"/></g></svg>
diff --git a/ui/icon/dot-yellow.svg b/ui/icon/dot-yellow.svg
deleted file mode 100644
index e30b6a16..00000000
--- a/ui/icon/dot-yellow.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#fec440" stroke="#feba20" stroke-linecap="square" stroke-width=".5292"/></g></svg>