summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:04:33 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:04:33 +0200
commit017e56b81ba735c39c43701f737ac7dde55da7b4 (patch)
treeea7aaaee13a06a702701e2f74f5d390e10ae303e /wx+/grid.h
parent9.4 (diff)
downloadFreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.tar.gz
FreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.tar.bz2
FreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.zip
9.5
Diffstat (limited to 'wx+/grid.h')
-rwxr-xr-xwx+/grid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wx+/grid.h b/wx+/grid.h
index 68e1fe61..ce78fcf8 100755
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -91,7 +91,6 @@ using GridColumnResizeEventFunction = void (wxEvtHandler::*)(GridColumnResizeEve
//------------------------------------------------------------------------------------------------------------
class Grid;
-void clearArea(wxDC& dc, const wxRect& rect, const wxColor& col);
class GridData
{
bgstack15