diff options
author | monsta <[email protected]> | 2016-11-28 16:53:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-28 16:53:13 +0300 |
commit | d01ec32984cf3706982a27bbc64fd02d8b5a856c (patch) | |
tree | a81a7a77d494523d407cb0e01e22625b10cebcf4 | |
parent | c374b672109beba943a8fc5975319e40e20d33b5 (diff) | |
download | eom-d01ec32984cf3706982a27bbc64fd02d8b5a856c.tar.bz2 eom-d01ec32984cf3706982a27bbc64fd02d8b5a856c.tar.xz |
remove references to non-existent function
-rw-r--r-- | doc/reference/eom-sections.txt | 1 | ||||
-rw-r--r-- | src/eom-util.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/reference/eom-sections.txt b/doc/reference/eom-sections.txt index b1cc0c3..85e7a2f 100644 --- a/doc/reference/eom-sections.txt +++ b/doc/reference/eom-sections.txt @@ -782,7 +782,6 @@ eom_util_string_list_to_file_list eom_util_strings_to_file_list eom_util_string_array_to_list eom_util_string_array_make_absolute -eom_util_launch_desktop_file eom_util_dot_dir eom_util_file_is_persistent eom_util_filename_get_extension diff --git a/src/eom-util.h b/src/eom-util.h index a6dcfc6..9e9ef6b 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -55,10 +55,6 @@ G_GNUC_INTERNAL gchar **eom_util_string_array_make_absolute (gchar **files); G_GNUC_INTERNAL -gboolean eom_util_launch_desktop_file (const gchar *filename, - guint32 user_time); - -G_GNUC_INTERNAL const gchar *eom_util_dot_dir (void); G_GNUC_INTERNAL |