From 004e695aa56e5febbdd681361aff3cd1e7da88b1 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 3 May 2005 06:45:54 +0000 Subject: [PATCH] (cc-define-list-program): Remove this recent addition. --- lisp/progmodes/cc-vars.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 647b9bd1e23..89697c58ca8 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1476,13 +1476,6 @@ names).")) :type 'c-extra-types-widget :group 'c) -(defcustom cc-define-list-program "gcc -E -dM -" - "The program name for generating a list of #define directives. -This list is used to display the #define directive associated -with an identifier as a tooltip. It works in a debug session -with GDB, when tooltip-gud-tips-p is t." - :type 'string - :group 'c) ;; Non-customizable variables, still part of the interface to CC Mode (defvar c-file-style nil -- 2.39.2