diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/Widget.h')
-rw-r--r-- | Userland/Libraries/LibGUI/Widget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Libraries/LibGUI/Widget.h b/Userland/Libraries/LibGUI/Widget.h index d88a70dfec..2327533830 100644 --- a/Userland/Libraries/LibGUI/Widget.h +++ b/Userland/Libraries/LibGUI/Widget.h @@ -223,9 +223,6 @@ public: void set_font_weight(unsigned); void set_font_fixed_width(bool); - void set_global_cursor_tracking(bool); - bool global_cursor_tracking() const; - void notify_layout_changed(Badge<Layout>); void invalidate_layout(); |