Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/Installation/InstallHelp.Designer.cs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/src/NaClVsx.Package/Installation/InstallHelp.Designer.cs
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/Installation/InstallHelp.Designer.cs b/experimental/visual_studio_plugin/src/NaClVsx.Package/Installation/InstallHelp.Designer.cs
deleted file mode 100644
index fb20b84be69bba8448076a1821608c24a95d74d3..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Package/Installation/InstallHelp.Designer.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-namespace Google.NaClVsx
-{
- partial class InstallHelp
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.worker_ = new System.ComponentModel.BackgroundWorker();
- //
- // worker_
- //
- this.worker_.WorkerSupportsCancellation = true;
-
- }
-
- #endregion
-
- private System.ComponentModel.BackgroundWorker worker_;
- }
-}

Powered by Google App Engine
This is Rietveld 408576698