diff options
Diffstat (limited to 'spectro/inst.h')
-rw-r--r-- | spectro/inst.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spectro/inst.h b/spectro/inst.h index 736a879..d47f7ea 100644 --- a/spectro/inst.h +++ b/spectro/inst.h @@ -643,10 +643,6 @@ typedef enum { void (*eventcallback)(void *cntx, inst_event_type event); \ void *event_cntx; /* Event callback function */ \ \ - /* Virtual delete. Cleans up things done by new_inst(). */ \ - inst_code (*vdel)( \ - struct _inst *p); \ - \ /* Establish communications at the indicated baud rate. */ \ /* (Serial parameters are ignored for USB instrument) */ \ /* Timout in to seconds, and return non-zero error code */ \ |