diff options
Diffstat (limited to 'main/src/ui/util')
-rw-r--r-- | main/src/ui/util/helper.vala | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/ui/util/helper.vala b/main/src/ui/util/helper.vala index 45b96b94..e12dfe20 100644 --- a/main/src/ui/util/helper.vala +++ b/main/src/ui/util/helper.vala @@ -394,10 +394,6 @@ public void present_window(Window window) { #endif } -public bool use_csd() { - return ((Application) GLib.Application.get_default()).use_csd(); -} - public Widget? widget_if_tooltips_active(Widget w) { return use_tooltips() ? w : null; } |