aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets.h b/applets.h
index 16e7d9f4..8e78f21c 100644
--- a/applets.h
+++ b/applets.h
@@ -88,9 +88,7 @@ static const struct applet_t {
{"qsearch", qsearch_main, "<regex>", "search pkgname/desc"},
{"qsize", qsize_main, "<pkgname>", "calculate size usage"},
{"qtbz2", qtbz2_main, "<misc args>", "manipulate tbz2 packages"},
-#ifdef ENABLE_QTEGRITY
{"qtegrity", qtegrity_main, "<misc args>", "verify files with IMA"},
-#endif
{"quse", quse_main, "<useflag>", "find pkgs using useflags"},
{"qwhich", qwhich_main, "<pkg ...>", "find path to pkg"},
{"qxpak", qxpak_main, "<misc args>", "manipulate xpak archives"},
@@ -113,10 +111,8 @@ static const struct applet_t {
{"uickpkg", qpkg_main, NULL, NULL},
/* {"glsa", qglsa_main, NULL, NULL}, */
-#ifdef ENABLE_QTEGRITY
/* alias for qtegrity */
{"integrity", qtegrity_main, NULL, NULL},
-#endif
#ifdef ENABLE_QMANIFEST
/* old hashgen */