]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/wxllist.h
layout better
[wxWidgets.git] / samples / richedit / wxllist.h
index cef46fddabf03653c48addc70f07a3ba05cbee43..a8eaf78ec0bf02d3ac0c1fea4fda30b88e1953f4 100644 (file)
@@ -32,8 +32,8 @@
 
 // use the wxWindows caret class instead of home grown cursor whenever possible
 #ifdef __WXMSW__
-    #undef WXLAYOUT_USE_CARET
-    #define WXLAYOUT_USE_CARET 1
+#   undef WXLAYOUT_USE_CARET
+#   define WXLAYOUT_USE_CARET 1
 #endif // __WXMSW__
 
 // do not enable debug mode within Mahogany
@@ -995,11 +995,6 @@ public:
    */
    wxPoint GetCursorScreenPos(wxDC &dc);
 
-   /** Calculates the cursor position on the screen.
-       @param dc the dc to use for cursor position calculations
-   */
-   void UpdateCursorScreenPos(wxDC &dc);
-
    /** Draws the cursor.
        @param active If true, draw a bold cursor to mark window as
        active.