diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-31 21:24:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-31 21:36:45 +0800 |
commit | 5dc3feb4979804c710d4e872a1f05bc425fd9410 (patch) | |
tree | 56a8c25b388d10f9400aefa72a379d824806fa6b /libempathy/empathy-utils.c | |
parent | d4e5a5295ff83f664c80fe3af61db0692829ea1b (diff) | |
download | gsoc2013-empathy-5dc3feb4979804c710d4e872a1f05bc425fd9410.tar.gz gsoc2013-empathy-5dc3feb4979804c710d4e872a1f05bc425fd9410.tar.zst gsoc2013-empathy-5dc3feb4979804c710d4e872a1f05bc425fd9410.zip |
factor out empathy_individual_match_words()
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 8173f781d..d62066fb3 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -1031,4 +1031,3 @@ empathy_format_currency (gint amount, return money; } - |