From: Jouk Jansen Date: Mon, 27 Mar 2006 09:35:41 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa3310b88de52e7b7d6fe3432e42707ae92d4af8 Committing in . Removing obsolete compiler directives for OpenVMS Modified Files: wxWidgets/src/generic/notebook.cpp wxWidgets/src/univ/notebook.cpp wxWidgets/src/unix/mimetype.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index 6b6b84c79a..fe376a1202 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __VMS -#pragma message disable unscomzer -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/univ/notebook.cpp b/src/univ/notebook.cpp index 201b435eff..1d8c16355c 100644 --- a/src/univ/notebook.cpp +++ b/src/univ/notebook.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __VMS -#pragma message disable unscomzer -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index 0bf6dd4ef6..0a2793f92c 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -68,11 +68,6 @@ // other standard headers #include -#ifdef __VMS -/* silence warnings for comparing unsigned int's <0 */ -# pragma message disable unscomzer -#endif - // this class extends wxTextFile // // VZ: ???