Remove // "$id: lines in the middle of the source code

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11772 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-06-11 05:49:36 +00:00
parent ebd08c6340
commit 8232cac84f
@@ -392,27 +392,6 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) {
return j;
}
//
// End of "$Id$".
//
//
// "$Id$"
//
// Xft font code for the Fast Light Tool Kit (FLTK).
//
// Copyright 2001-2011 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
//
//
// Draw fonts using Keith Packard's Xft library to provide anti-
// aliased text. Yow!