summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r--macosx/HBPreviewController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m
index d7a07dc8a..03b341615 100644
--- a/macosx/HBPreviewController.m
+++ b/macosx/HBPreviewController.m
@@ -495,7 +495,6 @@
[fScaleToScreenToggleButton setEnabled:YES];
[fCreatePreviewMovieButton setEnabled:YES];
[fGoToStillPreviewButton setEnabled:YES];
- [fHBController writeToActivityLog: "Preview: Enabling HUD Controls"];
}
- (void) disableHudControls
@@ -504,7 +503,6 @@
[fScaleToScreenToggleButton setEnabled:NO];
[fCreatePreviewMovieButton setEnabled:NO];
[fGoToStillPreviewButton setEnabled:NO];
- [fHBController writeToActivityLog: "Preview: Disabling HUD Controls"];
}
- (void) mouseMoved:(NSEvent *)theEvent