]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlproc.h
Implement HasSelection for the OSX WebKit backend.
[wxWidgets.git] / include / wx / html / htmlproc.h
index 440301c5b850a07d990ee0efa4df50ee1ec1c3cb..3b2074734818a567d4c0a25d0d06fc13c3332fa5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        htmlprep.h
+// Name:        wx/html/htmlprep.h
 // Purpose:     HTML processor
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -7,15 +7,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef _WX_HTMLPREP_H_
 #define _WX_HTMLPREP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "htmlproc.h"
-// (implementation is in htmlwin.cpp, there's no htmlprep.cpp!)
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_HTML