diff options
| author | nyamatongwe <devnull@localhost> | 2010-08-19 09:47:03 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-08-19 09:47:03 +1000 |
| commit | fffc135cb909c469cb9955717ae63ac987b761ad (patch) | |
| tree | 810787718e95c15dd1c4b659afe4bda85a0e653e | |
| parent | 24355650921762c19b1009f7861b80900f4ccd6c (diff) | |
| download | scintilla-mirror-fffc135cb909c469cb9955717ae63ac987b761ad.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 |
