]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dc.h
Reworked Frame class
[wxWidgets.git] / include / wx / motif / dc.h
index a80111b22bea2c7e442c5c869209559cd0fe7a17..fb6316232e8bf120395fe75b0b88c8b9a539f717 100644 (file)
@@ -155,21 +155,10 @@ public:
             return (wxCoord)((double)(y) * m_scaleY - 0.5);
     }
 
-    void SetInternalDeviceOrigin( wxCoord x, wxCoord y );
-    void GetInternalDeviceOrigin( wxCoord *x, wxCoord *y );
-
 public:
     // not sure what for, but what is a mm on a screen you don't know the size of?
     double       m_mm_to_pix_x,m_mm_to_pix_y;
 
-    // If un-scrolled is non-zero or d.o. changes with scrolling. Set using
-    // SetInternalDeviceOrigin().
-    wxCoord         m_internalDeviceOriginX,m_internalDeviceOriginY;
-
-    // To be set by external classes such as wxScrolledWindow using
-    // SetDeviceOrigin()
-    wxCoord         m_externalDeviceOriginX,m_externalDeviceOriginY;
-
     // recompute scale?
     bool         m_needComputeScaleX, m_needComputeScaleY;