mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[RAPPS] CMainWindow: remove unused functions , and the globals g_MainWindow and hListView
This commit is contained in:
parent
69bd96e09f
commit
872289446d
6 changed files with 25 additions and 145 deletions
|
@ -1,16 +0,0 @@
|
|||
#pragma once
|
||||
#include <windef.h>
|
||||
#include <atlstr.h>
|
||||
|
||||
DWORD_PTR ListViewGetlParam(INT item);
|
||||
INT ListViewAddItem(INT ItemIndex, INT IconIndex, LPWSTR lpName, LPARAM lParam);
|
||||
VOID SetStatusBarText(LPCWSTR szText);
|
||||
VOID NewRichEditText(LPCWSTR szText, DWORD flags);
|
||||
VOID InsertRichEditText(LPCWSTR szText, DWORD flags);
|
||||
|
||||
VOID SetStatusBarText(const ATL::CStringW& szText);
|
||||
INT ListViewAddItem(INT ItemIndex, INT IconIndex, const ATL::CStringW& Name, LPARAM lParam);
|
||||
VOID NewRichEditText(const ATL::CStringW& szText, DWORD flags);
|
||||
VOID InsertRichEditText(const ATL::CStringW& szText, DWORD flags);
|
||||
CAvailableApps * GetAvailableApps();
|
||||
extern HWND hListView;
|
Loading…
Add table
Add a link
Reference in a new issue