diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-05-27 04:03:00 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-05-27 04:03:00 +1000 |
commit | 32062c660307d5b34f46b1f7b75d17a184930e71 (patch) | |
tree | 6ab33672207fdef5b500e5a0bfded5190f05e79e /fltk-widgets.adb | |
parent | 2aac034b614d6de39f4aee9f41dba8f2bcc63d8d (diff) |
Text buffers, access types and line lengths
Diffstat (limited to 'fltk-widgets.adb')
-rw-r--r-- | fltk-widgets.adb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fltk-widgets.adb b/fltk-widgets.adb index ff46bb5..5529a6d 100644 --- a/fltk-widgets.adb +++ b/fltk-widgets.adb @@ -50,15 +50,6 @@ package body FLTK.Widgets is - procedure Initialize - (This : in out Widget) is - begin - This.Void_Ptr := System.Null_Address; - end Initialize; - - - - function Get_Box (W : in Widget'Class) return Box_Kind is |