From d6942932d64a02aa92b1e04e91f6126f33fdb05e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 20 Jul 2014 05:09:43 +0000 Subject: OS X: Move source files to their own folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90999 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/OSXPlugLocalization.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 macosx/OSXPlugLocalization.h (limited to 'macosx/OSXPlugLocalization.h') diff --git a/macosx/OSXPlugLocalization.h b/macosx/OSXPlugLocalization.h deleted file mode 100644 index 134a3daa..00000000 --- a/macosx/OSXPlugLocalization.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// OSXPlugLocalization.h -// Pcsxr -// -// Created by C.W. Betts on 7/8/13. -// -// - -#ifndef Pcsxr_OSXPlugLocalization_h -#define Pcsxr_OSXPlugLocalization_h - -#define PLUGLOCIMP(klass) \ -char* PLUGLOC(char *toloc) \ -{ \ -NSBundle *mainBundle = [NSBundle bundleForClass:klass]; \ -NSString *origString = @(toloc), *transString = nil; \ -transString = [mainBundle localizedStringForKey:origString value:@"" table:nil]; \ -return (char*)[transString UTF8String]; \ -} - -#endif -- cgit v1.2.3