From c31287206dd2037ba83377d09d529d14c56a6291 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 09:42:44 +0000 Subject: (svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport. --- src/viewport_func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/viewport_func.h') diff --git a/src/viewport_func.h b/src/viewport_func.h index 156ffaa79..a9d491b45 100644 --- a/src/viewport_func.h +++ b/src/viewport_func.h @@ -12,7 +12,6 @@ void SetSelectionRed(bool); -void InitViewports(); void DeleteWindowViewport(Window *w); void AssignWindowViewport(Window *w, int x, int y, int width, int height, uint32 follow_flags, ZoomLevel zoom); ViewPort *IsPtInWindowViewport(const Window *w, int x, int y); -- cgit v1.2.3-54-g00ecf