From cfc82bcb2e3891e9a69c91ae2f9027bae9d18e74 Mon Sep 17 00:00:00 2001 From: David Webster Date: Sun, 15 Sep 2002 17:31:29 +0000 Subject: [PATCH] OS/2 will not support a mini-frame git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/minifram.cpp | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/os2/minifram.cpp diff --git a/src/os2/minifram.cpp b/src/os2/minifram.cpp deleted file mode 100644 index b8034ec683..0000000000 --- a/src/os2/minifram.cpp +++ /dev/null @@ -1,28 +0,0 @@ -///////////////////////////////////////////////////////////////////////////// -// Name: minifram.cpp -// Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported. -// Author: David Webster -// Modified by: -// Created: 10/10/99 -// RCS-ID: $Id$ -// Copyright: (c) David Webster -// Licence: wxWindows licence -///////////////////////////////////////////////////////////////////////////// - -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" - -#include "wx/window.h" -#include "wx/os2/private.h" - -#ifndef WX_PRECOMP -#include "wx/setup.h" -#include "wx/event.h" -#include "wx/app.h" -#include "wx/utils.h" -#endif - -#include "wx/minifram.h" - -IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) - -- 2.45.2