From 9c80e6ff560b68774ec9b4b1ff6efc2bfb19ea11 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Wed, 1 Feb 2017 20:17:09 +0100 Subject: [PATCH] Drop unused empty bitmap resource Signed-off-by: Sven Strickroth --- src/Resources/TortoiseProcENG.rc | 1 - src/Resources/git.bmp | Bin 1270 -> 0 bytes src/TortoiseProc/TortoiseProc.vcxproj | 1 - src/TortoiseProc/TortoiseProc.vcxproj.filters | 3 --- src/TortoiseProc/resource.h | 1 - 5 files changed, 6 deletions(-) delete mode 100644 src/Resources/git.bmp diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index b439351c1..6944b25e6 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -139,7 +139,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // Bitmap // -IDB_GIT BITMAP "..\\resources\\git.bmp" IDB_BITMAP_REFTYPE BITMAP "..\\resources\\reftype.bmp" ///////////////////////////////////////////////////////////////////////////// diff --git a/src/Resources/git.bmp b/src/Resources/git.bmp deleted file mode 100644 index 1f07309b90df775746ae8ca2e8e3aaae3dd48729..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcwPel00001 literal 1270 zcwTez{l>xo24z630mKGS%*X(dXn@LtfB+OjKm!;tG&Ddc5Ck#~95?`^K_dUbh~fW# U2nB*5ArOBQjDk@x3I+%O05~R-ApigX diff --git a/src/TortoiseProc/TortoiseProc.vcxproj b/src/TortoiseProc/TortoiseProc.vcxproj index eabc8c82c..15d14f30c 100644 --- a/src/TortoiseProc/TortoiseProc.vcxproj +++ b/src/TortoiseProc/TortoiseProc.vcxproj @@ -629,7 +629,6 @@ - diff --git a/src/TortoiseProc/TortoiseProc.vcxproj.filters b/src/TortoiseProc/TortoiseProc.vcxproj.filters index 96a3be446..7af1ff62e 100644 --- a/src/TortoiseProc/TortoiseProc.vcxproj.filters +++ b/src/TortoiseProc/TortoiseProc.vcxproj.filters @@ -1878,9 +1878,6 @@ Resource Files - - Resource Files - Resource Files diff --git a/src/TortoiseProc/resource.h b/src/TortoiseProc/resource.h index e9ab6876a..618bc3e22 100644 --- a/src/TortoiseProc/resource.h +++ b/src/TortoiseProc/resource.h @@ -102,7 +102,6 @@ #define IDI_OPEN 294 #define IDI_UPDATE_BKG 295 #define IDD_CLONE 297 -#define IDB_GIT 299 #define IDD_GITPROGRESS 300 #define IDD_PULLFETCH 302 #define IDD_PUSH 303 -- 2.11.4.GIT