diff options
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/xmix_vm_command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mixlib/xmix_vm_command.h b/mixlib/xmix_vm_command.h index 6a691ee..ce3ca5b 100644 --- a/mixlib/xmix_vm_command.h +++ b/mixlib/xmix_vm_command.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- xmix_vm_command.h : * Private type declarations form mix_vm_command * ------------------------------------------------------------------ - * Last change: Time-stamp: <01/08/26 21:52:31 jao> + * $Id: xmix_vm_command.h,v 1.3 2001/09/16 22:39:41 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -59,7 +59,6 @@ typedef struct gpointer data; } global_hook_; - enum {PRNO_ = MIX_PRED_MEM, HOOKNO_ = MIX_CMD_INVALID}; struct mix_vm_cmd_dispatcher_t |