From 5b4e11dbb45abe474b97a77665d8eea7283ebc91 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Wed, 20 Jul 2011 16:46:06 +0000 Subject: [PATCH] no double definition --- src/frontend/plotting/plotting.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/plotting/plotting.c b/src/frontend/plotting/plotting.c index 999b4c072..0ba6bdb8c 100644 --- a/src/frontend/plotting/plotting.c +++ b/src/frontend/plotting/plotting.c @@ -1,12 +1,10 @@ #include #include "plotting.h" -#include "../../conf.h" /* Where 'constants' go when defined on initialization. */ struct plot constantplot = { -// "Constant values", "Sat Aug 16 10:55:15 PDT 1986", "constants", "Constant values", Spice_Build_Date, "constants", "const", NULL, NULL, NULL, NULL, NULL, NULL, TRUE, 0 } ;