From bbb7298cff7190e07a6e6f2fc6a0bd345064e233 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 19 Feb 2003 01:03:47 +0000 Subject: [PATCH] Make this compile in Carbon. git-svn-id: svn://svn.tartarus.org/sgt/putty@2867 cda61777-01e9-0310-a592-d414129be87e --- mac/macevlog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mac/macevlog.c b/mac/macevlog.c index 92e65bb5..bd7e8556 100644 --- a/mac/macevlog.c +++ b/mac/macevlog.c @@ -1,4 +1,4 @@ -/* $Id: macevlog.c,v 1.2 2003/02/15 16:22:15 ben Exp $ */ +/* $Id: macevlog.c,v 1.3 2003/02/19 01:03:47 ben Exp $ */ /* * Copyright (c) 2003 Ben Harris * All rights reserved. @@ -50,9 +50,6 @@ static void mac_updateeventlog(WindowPtr); static void mac_createeventlog(Session *s) { Rect view; -#if TARGET_API_MAC_CARBON - Rect controlrect; -#endif ListBounds bounds = { 0, 0, 0, 1 }; /* 1 column, 0 rows */ Point csize = { 0, 0 }; GrafPtr saveport; -- 2.11.0