X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/729d8f9158d90ace760aa463b11c0f05a7f510b3..270a909e20a2c652fd816ad14407113ad0319c9d:/src/common/date.cpp diff --git a/src/common/date.cpp b/src/common/date.cpp index 5d89d60e25..47a054d20a 100644 --- a/src/common/date.cpp +++ b/src/common/date.cpp @@ -414,7 +414,6 @@ wxString wxDate::FormatDate (int type) const : (abs(year)) ); return wxString(buf); } - return wxString(wxT("")); } void wxDate::SetFormat( int format ) @@ -445,7 +444,6 @@ int wxDate::SetOption( int option, bool action ) default: return 0; } - return 0; } ///////////////////////////////////////////////////////////////