diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.h b/src/globals.h index 3ec799bf05..d856a4c155 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1118,10 +1118,6 @@ EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP")); EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\"")); -/* - * Comms. with the session manager (XSMP) - */ - /* For undo we need to know the lowest time possible. */ EXTERN time_t starttime; |