]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
don't draw the selected item background if we don't have the focus
[wxWidgets.git] / src / mgl / app.cpp
index 09614aad67617787a9a0a0c9924dd4235e36c67f..f1c96de5284e8e0d478676ae6e498aad76ec7ccf 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Global data
 //-----------------------------------------------------------------------------
 
-// MGL's display DC:
-MGLDevCtx *g_displayDC = NULL;
-
-// ----
-
 wxApp *wxTheApp = (wxApp *)  NULL;
 wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NULL;