Remove unused code

svn path=/trunk/; revision=29990
This commit is contained in:
Thomas Bluemel 2007-10-30 22:56:59 +00:00
parent 4b146b2b27
commit ed30ce9375
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ typedef struct _WINDOWCLASS
WNDPROC WndProcExtra;
PCALLPROC CallProc;
};
PCALLPROC CallProc2;
PCALLPROC CallProcList;
INT ClsExtra;
INT WndExtra;

View file

@ -545,7 +545,6 @@ IntMakeCloneBaseClass(IN OUT PWINDOWCLASS Class,
if (!Class->System)
Clone->CallProc = Class->CallProc;
Clone->CallProc2 = Class->CallProc2;
Clone = Clone->Next;
}