diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index a8b488e6b..e18157a45 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2831,10 +2831,8 @@ void Fl_X11_Window_Driver::show() { } -FL_EXPORT Window fl_xid_(const Fl_Window *w) { - Fl_X *temp = Fl_X::i(w); - return temp ? temp->xid : 0; -} +FL_EXPORT void fl_open_callback(void (*)(const char *)) {} + //#define USE_PRINT_BUTTON 1 #ifdef USE_PRINT_BUTTON |
