]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/dcscreen.cpp
removed stubs and qt 'ports'
[wxWidgets.git] / src / stubs / dcscreen.cpp
diff --git a/src/stubs/dcscreen.cpp b/src/stubs/dcscreen.cpp
deleted file mode 100644 (file)
index 5d592d8..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        dcscreen.cpp
-// Purpose:     wxScreenDC class
-// Author:      AUTHOR
-// Modified by:
-// Created:     ??/??/98
-// RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "dcscreen.h"
-#endif
-
-#include "wx/dcscreen.h"
-
-IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
-
-// Create a DC representing the whole screen
-wxScreenDC::wxScreenDC()
-{
-    // TODO
-}
-
-wxScreenDC::~wxScreenDC()
-{
-    // TODO
-}
-