diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-09 23:59:26 +0200 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-10 00:05:00 +0200 |
commit | afed66bb9efc0a8838f2061c4a3aa0befec0f98c (patch) | |
tree | 4eb6c735fb33f68c4ff97711ac56cfd2cf92c7dc /ext/intl/breakiterator/breakiterator_methods.h | |
parent | 4ec75539dba8cefef16e56f02c62755a9aa9c60b (diff) | |
download | php-git-afed66bb9efc0a8838f2061c4a3aa0befec0f98c.tar.gz |
BreakIter: Removed getAvailableLocales/getHashCode
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_methods.h')
-rw-r--r-- | ext/intl/breakiterator/breakiterator_methods.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/breakiterator/breakiterator_methods.h b/ext/intl/breakiterator/breakiterator_methods.h index 42a6f3a1b3..e0d13b0f45 100644 --- a/ext/intl/breakiterator/breakiterator_methods.h +++ b/ext/intl/breakiterator/breakiterator_methods.h @@ -31,8 +31,6 @@ PHP_FUNCTION(breakiter_create_sentence_instance); PHP_FUNCTION(breakiter_create_title_instance); -PHP_FUNCTION(breakiter_get_available_locales); - PHP_FUNCTION(breakiter_get_text); PHP_FUNCTION(breakiter_set_text); |