]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utilsgui.cpp
Silence warning about truncation since the comment says it ok
[wxWidgets.git] / src / palmos / utilsgui.cpp
index 011d22ada786734aa0474de7aa09c09a643b37d3..eaab8f03b112d0dceea8e974613ba66e28eca60e 100644 (file)
@@ -152,28 +152,3 @@ void wxDisplaySizeMM(int *width, int *height)
 void wxClientDisplayRect(int *x, int *y, int *width, int *height)
 {
 }
-
-// ---------------------------------------------------------------------------
-// window information functions
-// ---------------------------------------------------------------------------
-
-wxString WXDLLEXPORT wxGetWindowText(WXHWND hWnd)
-{
-    wxString str;
-
-    return str;
-}
-
-wxString WXDLLEXPORT wxGetWindowClass(WXHWND hWnd)
-{
-    wxString str;
-
-    return str;
-}
-
-WXWORD WXDLLEXPORT wxGetWindowId(WXHWND hWnd)
-{
-    return 0;
-}
-
-