X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=9733d391ccbc0b9996d067b84a4938795ba11d53;hb=be8c57c7e1de5962913f849b862faae01bead264;hp=928d8db86e70193cb01fb93434319cc7e9de7e2d;hpb=d6093b3a7d57aa34d3ee2a84112c59328bf1feed;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index 928d8db..9733d39 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -12,20 +12,6 @@ -/* Parses command line argument -i into client configuration. */ -extern void obey_argv(int argc, char * argv[]); - -/* Save / load (init) / unload (free/dissolve) / reload interface configuration - * data, world.wins.pad (initialized before opening any windows to the height of - * the terminal screen and a width of 1) and window chains. - * - * Note that reload_interface_conf() also calls map_center(). - */ -extern void save_interface_conf(); -extern void load_interface_conf(); -extern void unload_interface_conf(); -extern void reload_interface_conf(); - /* Move world.inventory_sel up ("dir"="u") or down (else) as far as possible. */ extern void nav_inventory(char dir);