From 4ff26999522a2faabd9133e52ba588df6b514884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Sun, 30 Apr 2006 21:16:56 +0000 Subject: [PATCH] Be nice to eVC++ build process and don't include not existing files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/glcanvas.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index b4f2bac6b6..762665c0be 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -32,8 +32,6 @@ #include "wx/mac/glcanvas.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/glcanvas.h" -#elif defined(__WXPM__) -#include "wx/os2/glcanvas.h" #endif #include "wx/app.h"