Skip to content

Commit dd2ee32

Browse files
committed
Remove unused Error method
1 parent d578254 commit dd2ee32

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CefSharp.Core/ManagedCefBrowserAdapter.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ namespace CefSharp
468468
}
469469
}
470470

471-
virtual void Error(Exception^ ex)
472-
{
473-
474-
}
475-
476471
void CreateBrowser(BrowserSettings^ browserSettings, IntPtr^ sourceHandle, String^ address)
477472
{
478473
HWND hwnd = static_cast<HWND>(sourceHandle->ToPointer());

0 commit comments

Comments
 (0)