From ede7482f170d498d0a2129da6e81ff4764e366e2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Jul 2017 00:03:19 +1000 Subject: Logo file now better integrated --- src/windows-jump.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src/windows-jump.adb') diff --git a/src/windows-jump.adb b/src/windows-jump.adb index 13f9cd0..bed3669 100644 --- a/src/windows-jump.adb +++ b/src/windows-jump.adb @@ -70,7 +70,6 @@ package body Windows.Jump is This.Go_Jump.Set_Callback (Jump_M'Access); This.Set_Callback (Hide_CB'Access); - This.Set_Icon (Logo); This.Set_Modal; end return; end Create; -- cgit