]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/toplevel.cpp
Removed no longer needed code to fix combo sizing (causes layout problems on Windows)
[wxWidgets.git] / src / palmos / toplevel.cpp
index c0c7ce7bbd154846c531d8d5ceb072b1dc3e5cb0..2e0f479cbcaad2c2bad0d7e23208114e0008ceb5 100644 (file)
@@ -224,6 +224,15 @@ bool wxTopLevelWindowPalm::ShowFullScreen(bool show, long style)
 // wxTopLevelWindowPalm misc
 // ----------------------------------------------------------------------------
 
+void wxTopLevelWindowPalm::SetTitle( const wxString& WXUNUSED(title))
+{
+}
+
+wxString wxTopLevelWindowPalm::GetTitle() const
+{
+    return wxEmptyString;
+}
+
 void wxTopLevelWindowPalm::SetIcon(const wxIcon& icon)
 {
 }