mu: remove obsolete MU_FEATURE_CRYPTO

This commit is contained in:
Dirk-Jan C. Binnema
2020-11-15 17:03:24 +02:00
parent 3f4e0cff62
commit c8b507f826
3 changed files with 1 additions and 7 deletions

View File

@ -256,7 +256,6 @@ mu_util_is_local_file (const char* path)
gboolean
mu_util_supports (MuFeature feature)
{
/* check for Guile support */
#ifndef BUILD_GUILE
if (feature & MU_FEATURE_GUILE)