summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:11:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:11:54 (GMT)
commit890f2eba8e594f345600b6e97de4d35d22b9b31f (patch)
tree36524521808fc7db6c47a4ebbee7adc4fc008744 /Smoke/fluids.h
parenta6166a87472ccac5b5dbf84b675041a5801f2579 (diff)
download2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.zip
2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.tar.gz
2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.tar.bz2
removed old global junk
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 22bfa83..32082db 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -32,18 +32,8 @@ extern int frame_index;
#define HISTORY_SIZE 80
extern int winWidth, winHeight; //size of the graphics window, in pixels
-extern int color_dir; //use direction color-coding or not
-extern float vec_scale; //scaling of hedgehogs
-extern int vis_dataset;
-extern int glyph_scalar;
-extern int glyph_vector;
//////////////////
-
-void select_dataset(int arg);
-void set_glyph_scalar(int arg);
-void set_glyph_vector(int arg);
-
int fluids_get_var_dim(void);
void fluids_set_var_dim(int);
@@ -82,9 +72,6 @@ struct vis_data_arrays {
};
-extern int active_slider;
-
-
void fluids_set_calculate(int calculate);
int fluids_get_calculate(void);