diff options
| author | Manolo Gouy <Manolo> | 2018-01-05 08:16:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-01-05 08:16:42 +0000 |
| commit | 32676b5f56f64901c0b157c2bb52c53b6c9460ae (patch) | |
| tree | b00a60a1603c782802dcdeeb2473d88a9ac9f588 /src/drivers/Xlib | |
| parent | b4521fd1bf4f29bb2ca52d555c7aa4ad110a4e93 (diff) | |
Some cleaning in comments
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12621 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx index 5123f6e02..7626ce010 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx @@ -3,7 +3,7 @@ // // X11 font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -377,12 +377,6 @@ Fl_Font_Descriptor::~Fl_Font_Descriptor() { // Delete list created by gl_draw(). This is not done by this code // as it will link in GL unnecessarily. There should be some kind // of "free" routine pointer, or a subclass? -// if (listbase) { -// int base = font->min_char_or_byte2; -// int size = font->max_char_or_byte2-base+1; -// int base = 0; int size = 256; -// glDeleteLists(listbase+base,size); -// } # endif if (this == fl_graphics_driver->font_descriptor()) { fl_graphics_driver->font_descriptor(NULL); |
