]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/stub.cpp
Massive code changes and cleanup to allow wxPython to be split into
[wxWidgets.git] / wxPython / contrib / ogl / stub.cpp
diff --git a/wxPython/contrib/ogl/stub.cpp b/wxPython/contrib/ogl/stub.cpp
deleted file mode 100644 (file)
index 45305e7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Definitions for Windows/Unix exporting */
-#if defined(__WIN32__)
-#   if defined(_MSC_VER)
-#      define SWIGEXPORT(a) __declspec(dllexport) a
-#   else
-#      if defined(__BORLANDC__)
-#          define SWIGEXPORT(a) a _export
-#      else
-#          define SWIGEXPORT(a) a
-#      endif
-#   endif
-#else
-#   define SWIGEXPORT(a) a
-#endif
-
-
-
-#ifdef __cplusplus
-extern "C"
-#endif
-SWIGEXPORT(void) initoglc() {
-}
-
-