* map.c (follow_map_menu): MapArea *a is used ifdef MENU_MAP

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-11-25 17:10:48 +00:00
parent 5cd04efde1
commit 7caf810e20
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
2002-11-26 Fumitoshi UKAI <ukai@debian.or.jp> 2002-11-26 Fumitoshi UKAI <ukai@debian.or.jp>
* map.c (follow_map_menu): MapArea *a is used ifdef MENU_MAP
* func.c (initMouseAction): remove unsed variables: x, width, map * func.c (initMouseAction): remove unsed variables: x, width, map
2002-11-26 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> 2002-11-26 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
@@ -5136,4 +5137,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1 * release-0-2-1
* import w3m-0.2.1 * import w3m-0.2.1
$Id: ChangeLog,v 1.554 2002/11/25 17:03:45 ukai Exp $ $Id: ChangeLog,v 1.555 2002/11/25 17:10:48 ukai Exp $

4
map.c
View File

@@ -1,4 +1,4 @@
/* $Id: map.c,v 1.15 2002/11/19 17:48:00 ukai Exp $ */ /* $Id: map.c,v 1.16 2002/11/25 17:10:52 ukai Exp $ */
/* /*
* client-side image maps * client-side image maps
*/ */
@@ -210,9 +210,9 @@ follow_map_menu(Buffer *buf, char *name, Anchor *a_img, int x, int y)
{ {
MapList *ml; MapList *ml;
ListItem *al; ListItem *al;
MapArea *a;
int i, selected = -1, initial = 0; int i, selected = -1, initial = 0;
#ifdef MENU_MAP #ifdef MENU_MAP
MapArea *a;
char **label; char **label;
#endif #endif