diff Plot.c @ 21:381da7b34cd8

Unused variable
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 19 Jul 2012 19:42:48 +0200
parents d9aae7d7f2c6
children bd28161e5ac2
line wrap: on
line diff
--- a/Plot.c	Thu Jul 19 19:34:36 2012 +0200
+++ b/Plot.c	Thu Jul 19 19:42:48 2012 +0200
@@ -46,12 +46,11 @@
 
 int CVICALLBACK CB_PlotEvent(int panel, int event, void *callbackData, int eventData1, int eventData2) {
 	
-	int VirtualKeyCode ;
-	int StepIndex ;
-	double Step ;
+	int VirtualKeyCode;
+	int StepIndex;
+	double Step;
 	
-	Plot_Data * Instance = NULL; 
-	void (*truc)(void);
+	Plot_Data * Instance = NULL;
 	
 	switch (event)
 	{