[TASKMGR] Remove more dead code.

This commit is contained in:
Hermès Bélusca-Maïto 2021-12-21 03:01:40 +01:00
parent 6e77747b30
commit 2da0506f2a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 0 additions and 43 deletions

View file

@ -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);