]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/webview_webkit.h
No changes, just refactor wxGrid::DrawAllGridLines().
[wxWidgets.git] / include / wx / gtk / webview_webkit.h
index d72a398b61834223b676f2b3de68803b1f66b222..c7340f0dd1069cb0f697fa8f10a53579ac3ef501 100644 (file)
@@ -110,15 +110,11 @@ public:
     virtual void ClearSelection();
 
     virtual void RunScript(const wxString& javascript);
-    
+
     //Virtual Filesystem Support
     virtual void RegisterHandler(wxSharedPtr<wxWebViewHandler> handler);
     virtual wxVector<wxSharedPtr<wxWebViewHandler> > GetHandlers() { return m_handlerList; }
 
-    /** FIXME: hack to work around signals being received too early */
-    bool m_ready;
-
-
     /** TODO: check if this can be made private
      * The native control has a getter to check for busy state, but except in
      * very recent versions of webkit this getter doesn't say everything we need