60d1a9c65f5c7930ec4df8b8ee6fe08204680271
[ctsim.git] / tools / nographics.cpp
1 /*****************************************************************************
2 ** FILE IDENTIFICATION
3 **
4 **   Name:          nographics.cpp
5 **   Purpose:       Empty functions for duplicates of graphcal functions
6 **   Programmer:    Kevin Rosenberg
7 **   Date Started:  Mar 2001
8 **
9 **  This is part of the CTSim program
10 **  Copyright (c) 1983-2001 Kevin Rosenberg
11 **
12 **  $Id: nographics.cpp,v 1.3 2003/01/23 23:35:58 kevin Exp $
13 **
14 **  This program is free software; you can redistribute it and/or modify
15 **  it under the terms of the GNU General Public License (version 2) as
16 **  published by the Free Software Foundation.
17 **
18 **  This program is distributed in the hope that it will be useful,
19 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
20 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 **  GNU General Public License for more details.
22 **
23 **  You should have received a copy of the GNU General Public License
24 **  along with this program; if not, write to the Free Software
25 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26 ******************************************************************************/
27
28 #ifdef HAVE_CONFIG_H
29 #include "config.h"
30 #endif
31
32 #include "nographics.h"
33
34
35 #ifdef HAVE_WXWINDOWS
36 EZPlotDialog::EZPlotDialog (wxWindow *parent, bool bCancelButton)
37 {}
38
39 EZPlot*
40 EZPlotDialog::getEZPlot()
41 { return NULL; }
42
43 int
44 EZPlotDialog::ShowModal()
45 { return 0; }
46
47 #endif