summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-exec.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ldg-exec.el b/lisp/ldg-exec.el
index c09b364d..f6c3bb54 100644
--- a/lisp/ldg-exec.el
+++ b/lisp/ldg-exec.el
@@ -44,8 +44,6 @@
"Deal with ledger errors contained in LEDGER-OUTPUT."
(with-current-buffer (get-buffer-create "*Ledger Error*")
(insert-buffer-substring ledger-output)
- (make-frame)
- (fit-window-to-buffer)
(view-mode)
(setq buffer-read-only t)))