X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmisc.h;h=eb2d0cd661386c6f0f1e27a6c9d791b71f9bb511;hb=951248dddace9f7cadcf30700a3c3e6ad7ae2888;hp=417ca8e0ae80de57687671ce0d09aef8ea90d8a9;hpb=caf7e50574dc4fb3756a386257863e5b8b42ad98;p=plomrogue diff --git a/src/misc.h b/src/misc.h index 417ca8e..eb2d0cd 100644 --- a/src/misc.h +++ b/src/misc.h @@ -87,11 +87,4 @@ extern struct yx_uint16 find_passable_pos(struct Map * map); -/* Call some meta game / window management actions dependent on key. If the - * "quit" action is called, return 1 only instead of doing anything directly. - */ -extern uint8_t meta_keys(int key, struct World * world); - - - #endif