diff options
Diffstat (limited to 'zyklonb.c')
-rw-r--r-- | zyklonb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1019,7 +1019,6 @@ plugin_resolve_relative_filename (const char *filename) { struct strv paths = strv_make (); get_xdg_data_dirs (&paths); - strv_append (&paths, LIBDIR); // Legacy, we do not compile any plugins char *result = resolve_relative_filename_generic (&paths, PROGRAM_NAME "/plugins/", filename); strv_free (&paths); |