Skip to content

Commit 16263c8

Browse files
committed
remove duplicate decls
1 parent 1b1c2fd commit 16263c8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

games/rogue/rogue.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: rogue.h,v 1.11 1999/09/13 17:14:08 jsm Exp $ */
1+
/* $NetBSD: rogue.h,v 1.12 2001/02/05 01:04:25 christos Exp $ */
22

33
/*
44
* Copyright (c) 1988, 1993
@@ -602,7 +602,6 @@ void md_sleep __P((int));
602602
void md_slurp __P((void));
603603
void message __P((const char *, boolean));
604604
void mix_colors __P((void));
605-
void mix_colors __P((void));
606605
void mix_random_rooms __P((void));
607606
int mon_can_go __P((const object *, int, int));
608607
int mon_damage __P((object *, short));
@@ -635,7 +634,6 @@ void place_at __P((object *, int, int));
635634
void plant_gold __P((int, int, boolean));
636635
void play_level __P((void));
637636
void player_init __P((void));
638-
void player_init __P((void));
639637
void potion_heal __P((int));
640638
int pr_com_id __P((int));
641639
int pr_motion_char __P((int));
@@ -698,12 +696,10 @@ void sound_bell __P((void));
698696
void special_hit __P((object *));
699697
void srrandom __P((int));
700698
void start_window __P((void));
701-
void start_window __P((void));
702699
void steal_gold __P((object *));
703700
void steal_item __P((object *));
704701
void sting __P((object *));
705702
void stop_window __P((void));
706-
void stop_window __P((void));
707703
void take_a_nap __P((void));
708704
void take_from_pack __P((object *, object *));
709705
void take_off __P((void));

0 commit comments

Comments
 (0)