Remove unused code
[open-adventure.git] / actions.c
2017-06-09 Eric S. RaymondMore goto eliminations.
2017-06-09 Eric S. RaymondAbolish global variable I.
2017-06-09 Eric S. RaymondAbolish a silly layer of macros.
2017-06-09 Eric S. RaymondEliminate a global variable.
2017-06-09 Eric S. RaymondRemove objectioonable uses of global variables.
2017-06-09 Eric S. RaymondEliminate objectionable use of global.
2017-06-09 Eric S. RaymondReformat actions.c, no code changes.
2017-06-09 Eric S. RaymondSuspend/resume handler.
2017-06-09 Eric S. RaymondMass goto removal. Switch now calls handlers directly.
2017-06-09 Eric S. RaymondBecause (almost) everything is done in handlers now...