cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -322,8 +322,6 @@ wxTextOutputStream::wxTextOutputStream(wxOutputStream& s, wxEOL mode)
|
||||
{
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
m_mode = wxEOL_DOS;
|
||||
#elif defined(__WXMAC__) && !defined(__DARWIN__)
|
||||
m_mode = wxEOL_MAC;
|
||||
#else
|
||||
m_mode = wxEOL_UNIX;
|
||||
#endif
|
||||
@@ -344,8 +342,6 @@ void wxTextOutputStream::SetMode(wxEOL mode)
|
||||
{
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
m_mode = wxEOL_DOS;
|
||||
#elif defined(__WXMAC__) && !defined(__DARWIN__)
|
||||
m_mode = wxEOL_MAC;
|
||||
#else
|
||||
m_mode = wxEOL_UNIX;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user