mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[TASKMGR] Remove more dead code.
This commit is contained in:
parent
6e77747b30
commit
2da0506f2a
2 changed files with 0 additions and 43 deletions
|
@ -91,9 +91,6 @@ BOOL OnCreate(HWND hWnd);
|
|||
void OnSize(WPARAM nType, int cx, int cy);
|
||||
void OnMove(WPARAM nType, int cx, int cy);
|
||||
void FillSolidRect(HDC hDC, LPCRECT lpRect, COLORREF clr);
|
||||
void FillSolidRect2(HDC hDC, int x, int y, int cx, int cy, COLORREF clr);
|
||||
void Draw3dRect(HDC hDC, int x, int y, int cx, int cy, COLORREF clrTopLeft, COLORREF clrBottomRight);
|
||||
void Draw3dRect2(HDC hDC, LPRECT lpRect, COLORREF clrTopLeft, COLORREF clrBottomRight);
|
||||
void LoadSettings(void);
|
||||
void SaveSettings(void);
|
||||
void TaskManager_OnRestoreMainWindow(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue