remove unused code

r2424 | dcl | 2008-04-14 09:39:26 +1000 (Mon, 14 Apr 2008) | 2 lines
This commit is contained in:
Douglas Clowes
2008-04-14 09:39:26 +10:00
parent a0c6945bb6
commit 20eeefae96

View File

@@ -254,12 +254,14 @@ static int NHQ200Fix(pEVDriver self, int iError)
} }
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
#if 0
static int NHQ200Halt(pEVDriver *self) static int NHQ200Halt(pEVDriver *self)
{ {
assert(self); assert(self);
return 1; return 1;
} }
#endif
/*------------------------------------------------------------------------*/ /*------------------------------------------------------------------------*/
void KillNHQ200(void *pData) void KillNHQ200(void *pData)
{ {