]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxlparser.h
COPY works, cut still missing, highlighting buggy.
[wxWidgets.git] / user / wxLayout / wxlparser.h
index 338dad1b7bf762540c9be962e1b63b6544a08234..571a8749d972ed943abeead99e52affbb7ab0bd4 100644 (file)
@@ -53,18 +53,12 @@ struct wxLayoutExportObject
 };
 
 
 };
 
 
-extern const wxPoint wxLayoutExportNoPosition;
-
 struct wxLayoutExportStatus
 {
 struct wxLayoutExportStatus
 {
-   wxLayoutExportStatus(wxLayoutList *list,
-                        wxPoint fromPos =  wxLayoutExportNoPosition,
-                        wxPoint toPos =  wxLayoutExportNoPosition);
+   wxLayoutExportStatus(wxLayoutList *list);
    wxLayoutLine      * m_line;
    wxLOiterator        m_iterator;
    wxLayoutStyleInfo   m_si;
    wxLayoutLine      * m_line;
    wxLOiterator        m_iterator;
    wxLayoutStyleInfo   m_si;
-   wxPoint       m_fromPos;
-   wxPoint       m_toPos;
 };
 
 #ifdef OS_WIN
 };
 
 #ifdef OS_WIN