From 543ce8680a2ee797810e474f577ec1dd2ba1534c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 5 Nov 2000 09:09:29 +0000 Subject: [PATCH] New-style plugins don't require a "desc" variable. svn path=/trunk/; revision=2566 --- plugins/gryphon/packet-gryphon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c index f957e909d5..2cb36e0b9e 100644 --- a/plugins/gryphon/packet-gryphon.c +++ b/plugins/gryphon/packet-gryphon.c @@ -1,7 +1,7 @@ /* packet-gryphon.c * Routines for Gryphon protocol packet disassembly * - * $Id: packet-gryphon.c,v 1.13 2000/11/05 09:05:00 guy Exp $ + * $Id: packet-gryphon.c,v 1.14 2000/11/05 09:09:29 guy Exp $ * * Ethereal - Network traffic analyzer * By Steve Limkemann @@ -50,7 +50,6 @@ #include "packet-gryphon.h" DLLEXPORT const gchar version[] = VERSION; -DLLEXPORT const gchar desc[] = "DG Gryphon Protocol"; #ifndef G_HAVE_GINT64 #error "Sorry, this won't compile without 64-bit integer support"