From 62fe326f2ce3c6e19aab6a8676e8c40d96356677 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 12 Feb 2024 22:43:14 +0100 Subject: [PATCH] Remove obsolete variable --- kagi.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kagi.el b/kagi.el index eb1ae95..e5d4f80 100644 --- a/kagi.el +++ b/kagi.el @@ -63,14 +63,6 @@ https://kagi.com/settings?p=api" :type '(choice string function) :group 'kagi) -(defcustom kagi-stubbed-responses nil - "Whether the package should return a stubbed response. - -To be used for testing purposes, such that no credits are spent -on dummy data." - :type 'boolean - :group 'kagi) - (defcustom kagi-fastgpt-api-url "https://kagi.com/api/v0/fastgpt" "The Kagi FastGPT API entry point." :type '(choice string function)