Index: google_update/resource.rc |
diff --git a/google_update/resource.rc b/google_update/resource.rc |
deleted file mode 100644 |
index a008c4d104b396ffc061931a428e4cbc7365f618..0000000000000000000000000000000000000000 |
--- a/google_update/resource.rc |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-// Copyright 2007-2009 Google Inc. |
-// |
-// Licensed under the Apache License, Version 2.0 (the "License"); |
-// you may not use this file except in compliance with the License. |
-// You may obtain a copy of the License at |
-// |
-// http://www.apache.org/licenses/LICENSE-2.0 |
-// |
-// Unless required by applicable law or agreed to in writing, software |
-// distributed under the License is distributed on an "AS IS" BASIS, |
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
-// See the License for the specific language governing permissions and |
-// limitations under the License. |
-// ======================================================================== |
- |
-#include <afxres.h> |
-#include "resource.h" |
- |
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
-#pragma code_page(1252) |
- |
-1 RT_MANIFEST "GoogleUpdate.manifest" |
- |
-// Icon with lowest ID value placed first to ensure application icon |
-// remains consistent on all systems. |
-IDI_APP ICON "omaha/google_update/google_update.ico" |
- |