diff options
| author | nyamatongwe <unknown> | 2010-08-19 09:47:03 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-08-19 09:47:03 +1000 | 
| commit | d2c85cbd8c413d61f7b929c0a7f112f954b39b1f (patch) | |
| tree | f3d32dd064a9fe7a6e9d384f5a3210e2d10e23f1 | |
| parent | 02a80556cc80f6b5bfd704184d4b450973d65b19 (diff) | |
| download | scintilla-mirror-d2c85cbd8c413d61f7b929c0a7f112f954b39b1f.tar.gz | |
Removed unused declaration.
| -rw-r--r-- | win32/PlatWin.cxx | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index d9a0962ad..482808324 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1322,7 +1322,6 @@ class ListBoxX : public ListBox {  	int NcHitTest(WPARAM, LPARAM) const;  	void CentreItem(int);  	void Paint(HDC); -	void Erase(HDC);  	static LRESULT PASCAL ControlWndProc(HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam);  	static const Point ItemInset;	// Padding around whole item | 
