diff options
author | ritsuka <[email protected]> | 2014-12-23 10:26:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-23 10:26:39 +0000 |
commit | 9297c8f803c220c58b0cb187be8c584643ac3418 (patch) | |
tree | bd88e8e632a3121d6232eeb9d8b342e19657bb6e /macosx/HBVideoController.h | |
parent | a66b692e29674de9c444fd54f0493d03b4900abc (diff) |
MacGui: remove some unused #import. Move again more things in HBController to HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6644 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideoController.h')
-rw-r--r-- | macosx/HBVideoController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h index 9ebc2cb54..3289b58ee 100644 --- a/macosx/HBVideoController.h +++ b/macosx/HBVideoController.h @@ -14,8 +14,6 @@ /** * HBVideoController - * - * Responds to HBContainerChangedNotification notifications. */ @interface HBVideoController : NSViewController <HBViewValidation> |