blob: 8bbf99db499351b1d8b08b9e1c016509ff34dd66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/psh.h.orig
+++ src/psh.h
@@ -52,7 +52,6 @@
the screen - BEL is a good example (only one yet:) */
#define IGNORECHARS "\007"
-extern WINDOW* ShellWin, *HelpWin;
extern PANEL* ShellPanel, *HelpPanel;
/* function declarations */
|