summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-21 19:56:03 +0000
committerManolo Gouy <Manolo>2016-09-21 19:56:03 +0000
commit145cca26bda55a98adc8c85bea5152e9c3834392 (patch)
treefa260ba3feff11c80c55f38160d44c24a9f6cfdc
parent28044e71db14f2b92fd8ce33cd6f3d5b24d0e49f (diff)
Remove a block of header comments in the middle of the file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11964 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx22
1 files changed, 2 insertions, 20 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 0d64ee09b..766fd0673 100644
--- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx
+++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx
@@ -350,26 +350,7 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) {
return numsizes;
}
-//
-// End of "$Id$".
-//
-//
-// "$Id$"
-//
-// Standard X11 font selection code for the Fast Light Tool Kit (FLTK).
-//
-// Copyright 1998-2011 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
-// file is missing or damaged, see the license at:
-//
-// http://www.fltk.org/COPYING.php
-//
-// Please report all bugs and problems on the following page:
-//
-// http://www.fltk.org/str.php
-//
+
#ifndef FL_DOXYGEN
Fl_Font_Descriptor::Fl_Font_Descriptor(const char* name) {
@@ -702,6 +683,7 @@ float Fl_Xlib_Graphics_Driver::scale_bitmap_for_PostScript() {
}
#endif // FL_DOXYGEN
+
//
// End of "$Id$".
//