From 31027fc97e74dbc655e6feabdabe5e36636f4e65 Mon Sep 17 00:00:00 2001
From: ritsuka <damiog@gmail.com>
Date: Tue, 13 Jan 2009 18:45:41 +0000
Subject: MacGui: no need to reload the chapters nstableview when loading a
 queue item.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2081 b64f7644-9d1e-0410-96f1-a4d463321fa5
---
 macosx/Controller.mm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 3ca252b3c..dbe8b3b1d 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2127,12 +2127,6 @@ fWorkingCount = 0;
         //status = NSRunAlertPanel(@"HandBrake is now loading up a new queue item...",@"Would You Like to wait until you add another encode?", @"Cancel", @"Okay", nil);
         //[NSApp requestUserAttention:NSCriticalRequest];
 
-    // Notify ChapterTitles that there's no title
-    [fChapterTitlesDelegate resetWithTitle:nil];
-    [fChapterTable reloadData];
-
-    //[self enableUI: NO];
-
     if( [detector isVideoDVD] )
     {
         // The chosen path was actually on a DVD, so use the raw block
-- 
cgit v1.2.3