summaryrefslogtreecommitdiff
path: root/src/plot-add-function.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-12 23:10:08 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-12 23:10:08 +0200
commite1fffcb07ce0d8b0db9e0b4b5e1e0c1128197af5 (patch)
tree850eead23d896c80df8c02ab0231164a07e8356e /src/plot-add-function.h
parent1eb59a5d9eedcb2fde4cfcd8f3cf87edf18e71e4 (diff)
New upstream version 0.82
Diffstat (limited to 'src/plot-add-function.h')
-rw-r--r--src/plot-add-function.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/plot-add-function.h b/src/plot-add-function.h
deleted file mode 100644
index 72b5663..0000000
--- a/src/plot-add-function.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * plot-add-function.h
- *
- *
- * Author:
- * Ricardo Markiewicz <rmarkie@fi.uba.ar>
- * Andres de Barbara <adebarbara@fi.uba.ar>
- *
- * Web page: http://arrakis.lug.fi.uba.ar/
- *
- * Copyright (C) 2003,2004 Ricardo Markiewicz
- *
- * 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-#ifndef __PLOT_ADD__H
-#define __PLOT_ADD_H
-
-#include "simulation.h"
-#include "engine.h"
-#include "dialogs.h"
-
-int plot_add_function_show (OreganoEngine *engine, SimulationData *current);
-
-#endif
-