mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NtUser]
- Remove unused data. svn path=/trunk/; revision=72065
This commit is contained in:
parent
179537bfc3
commit
2c2bd66efd
2 changed files with 0 additions and 2 deletions
|
@ -134,7 +134,6 @@ UserProcessCreate(PEPROCESS Process)
|
|||
InitializeListHead(&ppiCurrent->DriverObjListHead);
|
||||
ExInitializeFastMutex(&ppiCurrent->DriverObjListLock);
|
||||
|
||||
ppiCurrent->KeyboardLayout = W32kGetDefaultKeyLayout();
|
||||
{
|
||||
PKEVENT Event;
|
||||
|
||||
|
|
|
@ -275,7 +275,6 @@ typedef struct _PROCESSINFO
|
|||
LIST_ENTRY PrivateFontListHead;
|
||||
FAST_MUTEX DriverObjListLock;
|
||||
LIST_ENTRY DriverObjListHead;
|
||||
struct tagKL* KeyboardLayout; // THREADINFO only
|
||||
W32HEAP_USER_MAPPING HeapMappings;
|
||||
struct _GDI_POOL* pPoolDcAttr;
|
||||
struct _GDI_POOL* pPoolBrushAttr;
|
||||
|
|
Loading…
Reference in a new issue