]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/metafile.cpp
Added BCC include dir in XRC makefile
[wxWidgets.git] / src / msw / metafile.cpp
index ce2568c2c2ec34e8c662f4bc0fb3c3f654351cf9..4f46aed04a8f4182a4cf3e087f0b6ba4146b4bcf 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by: VZ 07.01.00: implemented wxMetaFileDataObject
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -308,8 +308,6 @@ void wxMetafileDC::SetMapMode(int mode)
                 break;
             }
     }
-    m_windowExtX = 100;
-    m_windowExtY = 100;
 }
 
 // ----------------------------------------------------------------------------