From 2aaff36eefaa98ef1c6eefbbb98e3173fe7dfed5 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 27 May 2005 15:05:54 +0000 Subject: (svn r2369) Remove _thd_ptr: It always holds the address of _thd --- viewport.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'viewport.h') diff --git a/viewport.h b/viewport.h index 5681c82ad..7a8c02a29 100644 --- a/viewport.h +++ b/viewport.h @@ -124,12 +124,11 @@ bool HandlePlacePushButton(Window *w, int widget, uint32 cursor, int mode, Place /* viewport.c */ // XXX - maximum viewports is maximum windows - 2 (main toolbar + status bar) VARDEF ViewPort _viewports[25 - 2]; -VARDEF TileHighlightData _thd; VARDEF uint32 _active_viewports; VARDEF Point _tile_fract_coords; -extern TileHighlightData * const _thd_ptr; +extern TileHighlightData _thd; void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom); -- cgit v1.2.3-70-g09d2