mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused fields
This commit is contained in:
@@ -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)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user