]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/main.cpp
removed stubs and qt 'ports'
[wxWidgets.git] / src / stubs / main.cpp
diff --git a/src/stubs/main.cpp b/src/stubs/main.cpp
deleted file mode 100644 (file)
index 47a9924..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        main.cpp
-// Purpose:     Entry point
-// Author:      AUTHOR
-// Modified by:
-// Created:     ??/??/98
-// RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#include "wx/app.h"
-
-int main(int argc, char* argv[])
-{
-  return wxEntry(argc, argv);
-}
-