New-style plugins don't require a "desc" variable.

svn path=/trunk/; revision=2566
This commit is contained in:
Guy Harris 2000-11-05 09:09:29 +00:00
parent 1964cfddf6
commit 543ce8680a
1 changed files with 1 additions and 2 deletions

View File

@ -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 <stevelim@dgtech.com>
@ -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"