diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-09-18 21:29:37 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-09-18 21:29:37 +0000 |
commit | a83cf48e725c69f131b833a65069db3f05b0b52f (patch) | |
tree | f115fa679f438b50b16382aca32a52aab2053b1d /tools | |
parent | 43fa79404e3f90971dae6a99743d4edd70067b51 (diff) | |
download | pango-a83cf48e725c69f131b833a65069db3f05b0b52f.tar.gz |
Minor simplification.
2006-09-18 Behdad Esfahbod <behdad@gnome.org>
* tools/gen-script-table.pl:
* pango/pango-script-table.h:
* pango/pango-script.c (pango_script_for_unichar): Minor
simplification.
* tests/testscript.c (test_script_lookup): Update to pass.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-script-table.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gen-script-table.pl b/tools/gen-script-table.pl index da181f87..f3af7ce2 100755 --- a/tools/gen-script-table.pl +++ b/tools/gen-script-table.pl @@ -55,8 +55,6 @@ EOT $easy_range = 0x2000; print <<"EOT"; -#define PANGO_EASY_SCRIPTS_RANGE $easy_range - static const guchar pango_script_easy_table[$easy_range] = { EOT |