From 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Feb 2025 14:29:16 +1300 Subject: Reorganising Fl / FLTK, improving enum docs --- body/c_fl_static.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'body/c_fl_static.h') diff --git a/body/c_fl_static.h b/body/c_fl_static.h index 692750b..2622544 100644 --- a/body/c_fl_static.h +++ b/body/c_fl_static.h @@ -75,8 +75,6 @@ extern "C" void fl_static_set_dnd_text_ops(int t); extern "C" void fl_static_enable_im(); extern "C" void fl_static_disable_im(); -extern "C" int fl_static_get_visible_focus(); -extern "C" void fl_static_set_visible_focus(int f); extern "C" void fl_static_default_atclose(void * w); @@ -87,7 +85,6 @@ extern "C" void * fl_static_modal(); extern "C" void * fl_static_readqueue(); -extern "C" void fl_static_do_widget_deletion(); extern "C" const char * fl_static_get_scheme(); -- cgit