]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dcscreen.cpp
Remove Palm OS port.
[wxWidgets.git] / src / palmos / dcscreen.cpp
diff --git a/src/palmos/dcscreen.cpp b/src/palmos/dcscreen.cpp
deleted file mode 100644 (file)
index b223aaa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        src/palmos/dcscreen.cpp
-// Purpose:     wxScreenDC class
-// Author:      William Osborne - minimal working wxPalmOS port
-// Modified by:
-// Created:     10/13/04
-// RCS-ID:      $Id$
-// Copyright:   (c) William Osborne
-// Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-    #pragma hdrstop
-#endif
-
-#include "wx/palmos/dcscreen.h"
-
-#ifndef WX_PRECOMP
-   #include "wx/string.h"
-   #include "wx/window.h"
-#endif
-
-IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxPalmDCImpl)
-
-// Create a DC representing the whole screen
-wxScreenDCImpl::wxScreenDCImpl( wxScreenDC *owner ) :
-    wxPalmDCImpl( owner )
-{
-}
-
-void wxScreenDCImpl::DoGetSize (int *w, int *h) const
-{
-}