Commit 8b66194b authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/StringUtility: move lost declaration

parent 234c3fab
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
* the translated string. the translation should be '1:translatedstring' though */ * the translated string. the translation should be '1:translatedstring' though */
#define _ANS(s) [[[VLCStringUtility sharedInstance] localizedString: _(s)] substringFromIndex:2] #define _ANS(s) [[[VLCStringUtility sharedInstance] localizedString: _(s)] substringFromIndex:2]
unsigned int CocoaKeyToVLC(unichar i_key);
@interface VLCStringUtility : NSObject @interface VLCStringUtility : NSObject
+ (VLCStringUtility *)sharedInstance; + (VLCStringUtility *)sharedInstance;
......
...@@ -47,8 +47,6 @@ ...@@ -47,8 +47,6 @@
/***************************************************************************** /*****************************************************************************
* Local prototypes. * Local prototypes.
*****************************************************************************/ *****************************************************************************/
unsigned int CocoaKeyToVLC( unichar i_key );
#define VLCIntf [[VLCMain sharedInstance] intf] #define VLCIntf [[VLCMain sharedInstance] intf]
// You need to release those objects after use // You need to release those objects after use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment