From b3c1180c3b84e3ad2a12fadb4d36c6dbda1edde6 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Sun, 23 Nov 2003 00:57:20 +0000 Subject: [PATCH] removed unused code svn path=/trunk/boinc/; revision=2672 --- api/reduce.C | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/reduce.C b/api/reduce.C index 90991fffa5..fff497591b 100644 --- a/api/reduce.C +++ b/api/reduce.C @@ -757,14 +757,6 @@ void REDUCED_ARRAY::draw_labels() { float wd=.015f; float l=1.0f; - // what the hell are the following doing here?? - - char* zmax = "107.4"; - char* zmin = "0"; - - char* xmax = "9765.620"; - char* xmin = "0.0"; - float left_of_z = -0.1f; float left_of_z2 = -0.04f; float below_x = -.03f;