From: curt Date: Tue, 5 Jun 2001 22:11:56 +0000 (+0000) Subject: File no longer used. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7c1a37611396107c1910ab7acc68bd690d384b9;p=flightgear.git File no longer used. --- diff --git a/src/Main/bfi.cxx b/src/Main/bfi.cxx deleted file mode 100644 index 1137c0359..000000000 --- a/src/Main/bfi.cxx +++ /dev/null @@ -1,1270 +0,0 @@ -// bfi.cxx - Big Friendly Interface implementation -// -// Written by David Megginson, started February, 2000. -// -// Copyright (C) 2000 David Megginson - david@megginson.com -// -// THIS CLASS IS DEPRECATED; USE THE PROPERTY MANAGER INSTEAD. -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License as -// published by the Free Software Foundation; either version 2 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -// -// $Id$ - -#include "fgfs.hxx" - -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include