diff options
Diffstat (limited to 'python/pyempathy/pyempathy.defs')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 697fe23df..f9c032cf0 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1751,13 +1751,4 @@ ) ) -(define-function empathy_strdiff - (c-name "empathy_strdiff") - (return-type "gboolean") - (parameters - '("const-gchar*" "left") - '("const-gchar*" "right") - ) -) - |