From 941901e273319ce152523af7fa079a6f5cf89d68 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 29 Mar 2010 10:35:00 +0000 Subject: OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_compose.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/Fl_compose.cxx') diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index a272c055e..3f2ff0bae 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -39,8 +39,6 @@ #ifdef __APPLE__ -#ifdef __APPLE_COCOA__ - static const char* const compose_pairs = " ! % # $ y=| & : c a <<~ - r _ * +-2 3 ' u p . , 1 o >>141234? "//00A0 ... "`A'A^A~A:A*AAE,C`E'E^E:E`I'I^I:I-D~N`O'O^O~O:Ox O/`U'U^U:U'YTHss" //00C0 ... @@ -48,20 +46,6 @@ static const char* const compose_pairs = #else -static const char* const compose_pairs = -":A*A,C'E~N:O:U'a`a^a:a~a*a,c'e`e" -"^e:e'i`i^i:i~n'o`o^o:o~o'u`u^u:u" -"+ o /c# SS* P|ssrOcOTM' : !=AE/O" -"oo+-<=>=Y=mudtSgPipiS a dgOmaeo/" -"? ! !!v-f ~~Dt<<>>.. `A~A~OOEoe" -"- --''``\"'\"`:-^V:y:Y//E=< > fifl" -"++..,,_\"%%^A^E'A:E`E'I^I:I`I'O^O" -"mc`O'U^U`U||^ ~^_ u . * , ~-; v "; - -#endif - -#else - static const char* const compose_pairs = "=E _'f _\"..+ ++^ %%^S< OE ^Z ^''^^\"\"^-*- --~ TM^s> oe ^z:Y" " ! % # $ y=| & : c a <<~ - r _ * +-2 3 ' u p . , 1 o >>141234? " -- cgit v1.2.3