diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 10:35:00 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 10:35:00 +0000 |
| commit | 941901e273319ce152523af7fa079a6f5cf89d68 (patch) | |
| tree | 9d70b82fa54d81607a0022f14a0518c47805a796 /src/Fl_compose.cxx | |
| parent | b77071a3de3593ea482aa7ea0a442c7fc888a2e2 (diff) | |
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
Diffstat (limited to 'src/Fl_compose.cxx')
| -rw-r--r-- | src/Fl_compose.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
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 ... @@ -49,20 +47,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? " "`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" |
