fix: remove unused vars

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-10-04 22:19:34 +02:00 committed by GitHub
parent ab4f737ebd
commit 3402b7b968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ if not PY_INSTALLDIR.found()
endif
PKGDATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
MODULE_DIR = join_paths(PKGDATA_DIR, 'gradience')
PLUGINS_DIR = join_paths(PKGDATA_DIR, 'gradience', 'plugins')
MODULE_DIR = join_paths(PKGDATA_DIR, 'redcarpet')
# Install configuration data
conf = configuration_data()