diff options
author | rbuj <[email protected]> | 2021-02-03 14:26:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-25 08:10:37 +0100 |
commit | 095e38466087fa8bb4b19b9cd0a44e0c55a44997 (patch) | |
tree | 458e3cd4b88dfb36f5e6ab39c6f531e318bfeb67 /pluma/pluma-dirs.h | |
parent | 8a8723273db890ca0676d20950f4e957d5d76c3c (diff) | |
download | pluma-095e38466087fa8bb4b19b9cd0a44e0c55a44997.tar.bz2 pluma-095e38466087fa8bb4b19b9cd0a44e0c55a44997.tar.xz |
Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir
Diffstat (limited to 'pluma/pluma-dirs.h')
-rw-r--r-- | pluma/pluma-dirs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pluma/pluma-dirs.h b/pluma/pluma-dirs.h index c375807d..7d30b6c7 100644 --- a/pluma/pluma-dirs.h +++ b/pluma/pluma-dirs.h @@ -38,10 +38,6 @@ gchar *pluma_dirs_get_user_accels_file (void); gchar *pluma_dirs_get_pluma_locale_dir (void); -gchar *pluma_dirs_get_pluma_lib_dir (void); - -gchar *pluma_dirs_get_pluma_plugins_dir (void); - G_END_DECLS #endif /* __PLUMA_DIRS_H__ */ |