summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-31 17:09:16 +0000
committerritsuka <[email protected]>2015-01-31 17:09:16 +0000
commit4e77613d95597cbaac2d7166eed9dedd1e881145 (patch)
tree9a4ebd23ef960bf875e0b241227a344e3838bf1f /macosx/HBChapterTitlesController.m
parentf4fae8fcc8a58329717b6375c6a142675dacac9b (diff)
MacGui: add a HBChaptersChangedNotification notification, used to notify when the chapters are enabled or disabled.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6842 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBChapterTitlesController.m')
-rw-r--r--macosx/HBChapterTitlesController.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBChapterTitlesController.m b/macosx/HBChapterTitlesController.m
index ad50d3b86..582e9bd52 100644
--- a/macosx/HBChapterTitlesController.m
+++ b/macosx/HBChapterTitlesController.m
@@ -42,11 +42,6 @@
[fChapterTable reloadData];
}
-- (IBAction)createChapterMarkersChanged:(id)sender
-{
- [[NSNotificationCenter defaultCenter] postNotificationName:HBMixdownChangedNotification object:self];
-}
-
- (NSInteger)numberOfRowsInTableView:(NSTableView *)aTableView
{
return self.chapterTitles.count;