Remove unused global

This commit is contained in:
Chris Young 2013-01-06 11:44:37 +00:00
parent a6c6d476e2
commit 94118d22be
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ struct bitmap *throbber_nsbm = NULL;
ULONG throbber_frames,throbber_update_interval; ULONG throbber_frames,throbber_update_interval;
static Object *mouseptrobj[AMI_LASTPOINTER+1]; static Object *mouseptrobj[AMI_LASTPOINTER+1];
static struct BitMap *mouseptrbm[AMI_LASTPOINTER+1]; static struct BitMap *mouseptrbm[AMI_LASTPOINTER+1];
static int mouseptrcurrent=0;
char *ptrs[AMI_LASTPOINTER+1] = { char *ptrs[AMI_LASTPOINTER+1] = {
"ptr_default", "ptr_default",