X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5001e9361fe01a134b45fa5caf55477e8368d26..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/dfb/utils.cpp diff --git a/src/dfb/utils.cpp b/src/dfb/utils.cpp index 3e201ae40c..df106bdad3 100644 --- a/src/dfb/utils.cpp +++ b/src/dfb/utils.cpp @@ -128,9 +128,3 @@ bool wxGetKeyState(wxKeyCode key) void wxBell() { } - -int wxAddProcessCallback(wxEndProcessData *proc_data, int fd) -{ - wxFAIL_MSG( "wxAddProcessCallback not implemented" ); - return 0; -}