diff options
author | ritsuka <[email protected]> | 2008-04-26 07:54:10 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-04-26 07:54:10 +0000 |
commit | 1ae1570b62d6ef180f25692a34a88675cd591178 (patch) | |
tree | 2b51bfeb03ed1a78a61804a2d671d948e1798ecd /macosx/Controller.h | |
parent | c6d8d625e66afcfe13d78d94330d299caef875ff (diff) |
MacGUI: Remove last traces of "_" macro and TranslateString. Patch by blindjimmy.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1443 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index c1b3ce61e..a1394d799 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -252,8 +252,6 @@ BOOL fIsDragging; - (void) performScan:(NSString *) scanPath scanTitleNum: (int) scanTitleNum; - (IBAction) showNewScan: (id) sender; -- (void) TranslateStrings; - - (void) updateUI: (NSTimer *) timer; - (void) enableUI: (bool) enable; |