aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-21 07:20:16 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-21 07:20:16 +1000
commit7268a4a4e0ddb8ed10df20005cd78c90e900802f (patch)
tree40f66a1a592742702fd48643afb2b29433e63fec /common.h
parent51c6c5ea4944f60aeaf755db4b98462df5e51a45 (diff)
Various code polish, including minor rearangement of builtin code to export fewer functions, a few additional input checks, and removal of the unneeded, exported error_max variable
darcs-hash:20060620212016-ac50b-f76c10eea23fab14a648ea83ed0c83a171b8fef9.gz
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.h b/common.h
index 900cd567..c231d6a0 100644
--- a/common.h
+++ b/common.h
@@ -52,11 +52,6 @@ extern struct termios shell_modes;
extern wchar_t ellipsis_char;
/**
- The maximum number of charset convertion errors to report
-*/
-extern int error_max;
-
-/**
The verbosity of fish
*/
extern int debug_level;