From 8cd6cfab594fb2f93ae655509b5f1399cfa34089 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:42 +0100 Subject: Split "ToME options" out into options.{cc,hpp} --- src/variable.cc | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index d102c1da..f9bdbc96 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -951,11 +951,6 @@ bool_ point_based; /* Preserve, special levels, ironman_rooms */ bool_ preserve, special_lvls, ironman_rooms; -/* In inventory option window, just erase the letters, - * rather that displaying the list without the invalid - * selections */ -bool_ inventory_no_move; - /* * Such an ugly hack ... */ @@ -994,11 +989,6 @@ bool_ fate_option; bool_ *special_lvl[MAX_DUNGEON_DEPTH]; bool_ generate_special_feeling = FALSE; -/* - * Auto more - */ -bool_ auto_more; - /* * Dungeon flags */ @@ -1016,12 +1006,6 @@ birther previous_char; hist_type *bg; int max_bg_idx; -/* - * Display the player as a special symbol when in bad health ? - */ -bool_ player_char_health; - - /* * The spell list of schools */ @@ -1043,11 +1027,6 @@ u32b gen_skill_base[MAX_SKILLS]; char gen_skill_modm[MAX_SKILLS]; s16b gen_skill_mod[MAX_SKILLS]; -/* - * Display stats as linear - */ -bool_ linear_stats; - /* * Table of "cli" macros. */ @@ -1059,11 +1038,6 @@ int cli_total = 0; */ int max_bact = 127; -/* - * Ingame contextual help - */ -bool_ option_ingame_help = TRUE; - /* * Automatizer enabled status */ -- cgit v1.2.3