X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..72213209b7128b1d77ff9abc8d96e9f0158b51ae:/src/motif/utils.cpp diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index 6fd4988224..f6b0179f11 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -634,6 +634,9 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt) return wxGenericFindWindowAtPoint(pt); } +// Now in utilsx11.cpp +#if 0 + // ---------------------------------------------------------------------------- // keycode translations // ---------------------------------------------------------------------------- @@ -876,6 +879,7 @@ KeySym wxCharCodeWXToX(int id) return keySym; } +#endif // ---------------------------------------------------------------------------- // Some colour manipulation routines