Remove more Palm OS left overs.

Remove the build files and the mentions of Palm OS in the widgets sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-01-15 13:43:19 +00:00
parent e4a23857ec
commit a73d72ae4a
6 changed files with 0 additions and 1729 deletions

View File

@@ -347,10 +347,6 @@ bool WidgetsApp::OnInit()
title += wxT("wxMAC");
#elif defined(__WXMOTIF__)
title += wxT("wxMOTIF");
#elif defined(__WXPALMOS5__)
title += wxT("wxPALMOS5");
#elif defined(__WXPALMOS6__)
title += wxT("wxPALMOS6");
#else
title += wxT("wxWidgets");
#endif