summaryrefslogtreecommitdiff
path: root/src/windows.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.adb')
-rw-r--r--src/windows.adb15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/windows.adb b/src/windows.adb
index d637905..d8d2f5b 100644
--- a/src/windows.adb
+++ b/src/windows.adb
@@ -1,10 +1,5 @@
-with
-
- FLTK.Widgets.Groups.Windows;
-
-
package body Windows is
@@ -13,16 +8,6 @@ package body Windows is
- procedure Set_Logo
- (This : in out Window;
- Logo : in out FLTK.Images.RGB.PNG.PNG_Image) is
- begin
- This.Set_Icon (Logo);
- end Set_Logo;
-
-
-
-
-- Used to hide about/find/replace/etc windows instead
-- of constantly creating and destroying them.