diff options
author | rbuj <[email protected]> | 2021-02-03 14:40:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-25 08:10:37 +0100 |
commit | 68a972e6082a61a89a86231d118d354d239f2f52 (patch) | |
tree | 9e603444837f08cf46b12bbc0753f59c8df81e16 /pluma/pluma-dirs.h | |
parent | 095e38466087fa8bb4b19b9cd0a44e0c55a44997 (diff) | |
download | pluma-68a972e6082a61a89a86231d118d354d239f2f52.tar.bz2 pluma-68a972e6082a61a89a86231d118d354d239f2f52.tar.xz |
Drop pluma_dirs_get_pluma_locale_dir
Diffstat (limited to 'pluma/pluma-dirs.h')
-rw-r--r-- | pluma/pluma-dirs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pluma/pluma-dirs.h b/pluma/pluma-dirs.h index 7d30b6c7..b700747e 100644 --- a/pluma/pluma-dirs.h +++ b/pluma/pluma-dirs.h @@ -36,8 +36,6 @@ gchar *pluma_dirs_get_user_plugins_dir (void); gchar *pluma_dirs_get_user_accels_file (void); -gchar *pluma_dirs_get_pluma_locale_dir (void); - G_END_DECLS #endif /* __PLUMA_DIRS_H__ */ |