]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-goto-info): Delete.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 1 Feb 2005 20:11:09 +0000 (20:11 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 1 Feb 2005 20:11:09 +0000 (20:11 +0000)
lisp/progmodes/gdb-ui.el

index 54c43d1df36d33b7d97de0544223e283aea33fad..d7581d8698b76cef8451d9d6b0b6c6813702faff 100644 (file)
@@ -289,13 +289,6 @@ detailed description of this mode.
             `(lambda () (gdb-var-create-handler ,expr))))))
   (select-window (get-buffer-window gud-comint-buffer 0)))
 
-(defun gdb-goto-info ()
-  "Go to Emacs info node: GDB Graphical Interface."
-  (interactive)
-  (select-frame (make-frame))
-  (require 'info)
-  (Info-goto-node "(emacs)GDB Graphical Interface"))
-
 (defconst gdb-var-create-regexp
   "name=\"\\(.*?\\)\",numchild=\"\\(.*?\\)\",type=\"\\(.*?\\)\"")