diff options
Diffstat (limited to 'python')
-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 807991170..56825aba5 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1415,15 +1415,6 @@ ) ) -(define-function empathy_time_parse_format - (c-name "empathy_time_parse_format") - (return-type "time_t") - (parameters - '("const-gchar*" "str") - '("const-gchar*" "format") - ) -) - (define-function empathy_time_to_string_utc (c-name "empathy_time_to_string_utc") (return-type "gchar*") |