summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-af
blob: 82df799051187cc59d719530d84578d0c34d3cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.2 2010/03/03 03:40:00 dmcmahill Exp $

--- drc/DRCmain.c.orig	2009-09-11 15:47:14.000000000 +0000
+++ drc/DRCmain.c
@@ -37,9 +37,6 @@ static char rcsid[] __attribute__ ((unus
 #include "drc/drc.h"
 #include "utils/undo.h"
 
-extern void TxPrintf(char *, ...);
-extern void TxError(char *, ...);
-
 /* The global variables defined below are parameters between
  * the DRC error routines (drcPaintError and drcPrintError)
  * and the higher-level routines that start up DRC error checks.