Remove unused fields

This commit is contained in:
Kevin Sawicki
2012-09-13 16:42:52 -07:00
parent 0f42668718
commit ed77dc0916

View File

@@ -69,6 +69,7 @@ public:
void SetWindow(GtkWidget* window);
void SetMainHwnd(CefWindowHandle hwnd);
CefWindowHandle GetMainHwnd() {
return m_MainHwnd;
}
@@ -100,15 +101,9 @@ protected:
// The child browser window handle
CefWindowHandle m_BrowserHwnd;
// The edit window handle
CefWindowHandle m_EditHwnd;
// The child browser id
int m_BrowserId;
// Support for logging.
std::string m_LogFile;
// Include the default reference counting implementation.
IMPLEMENT_REFCOUNTING(ClientHandler)
;