mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
Remove unused code
svn path=/trunk/; revision=29990
This commit is contained in:
parent
4b146b2b27
commit
ed30ce9375
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ typedef struct _WINDOWCLASS
|
||||||
WNDPROC WndProcExtra;
|
WNDPROC WndProcExtra;
|
||||||
PCALLPROC CallProc;
|
PCALLPROC CallProc;
|
||||||
};
|
};
|
||||||
PCALLPROC CallProc2;
|
|
||||||
PCALLPROC CallProcList;
|
PCALLPROC CallProcList;
|
||||||
INT ClsExtra;
|
INT ClsExtra;
|
||||||
INT WndExtra;
|
INT WndExtra;
|
||||||
|
|
|
@ -545,7 +545,6 @@ IntMakeCloneBaseClass(IN OUT PWINDOWCLASS Class,
|
||||||
|
|
||||||
if (!Class->System)
|
if (!Class->System)
|
||||||
Clone->CallProc = Class->CallProc;
|
Clone->CallProc = Class->CallProc;
|
||||||
Clone->CallProc2 = Class->CallProc2;
|
|
||||||
|
|
||||||
Clone = Clone->Next;
|
Clone = Clone->Next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue