From cb05e46863daec1a73f6b53bc6092d16e40c98a6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 27 Mar 2011 13:52:36 +0000 Subject: WinGui: - Remove built-in quicktime based video preview support. - Resigned the Preview window as a result. Currently only supports VLC launching, but will later add an option to use the systems default player for the format produced. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3882 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services') diff --git a/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs b/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs index 7f723b8b4..ad56043ac 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs @@ -52,11 +52,6 @@ namespace HandBrake.ApplicationServices.Services /// private int lastJobId; - /// - /// The instance Id of this HandBrake instance. - /// - private int instanceId; - #endregion /// @@ -67,8 +62,6 @@ namespace HandBrake.ApplicationServices.Services /// public QueueManager(int instanceId) { - this.instanceId = instanceId; - // If this is the first instance, just use the main queue file, otherwise add the instance id to the filename. this.queueFile = instanceId == 0 ? "hb_queue_recovery.xml" : string.Format("hb_queue_recovery{0}.xml", instanceId); } -- cgit v1.2.3