comparison 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
comparison
equal deleted inserted replaced
20:3a7f088d4960 21:381da7b34cd8
44 44
45 // ******************** Member functions, callbacks (private) ******************************* 45 // ******************** Member functions, callbacks (private) *******************************
46 46
47 int CVICALLBACK CB_PlotEvent(int panel, int event, void *callbackData, int eventData1, int eventData2) { 47 int CVICALLBACK CB_PlotEvent(int panel, int event, void *callbackData, int eventData1, int eventData2) {
48 48
49 int VirtualKeyCode ; 49 int VirtualKeyCode;
50 int StepIndex ; 50 int StepIndex;
51 double Step ; 51 double Step;
52 52
53 Plot_Data * Instance = NULL; 53 Plot_Data * Instance = NULL;
54 void (*truc)(void);
55 54
56 switch (event) 55 switch (event)
57 { 56 {
58 case EVENT_CLOSE: 57 case EVENT_CLOSE:
59 GetPanelAttribute (panel, ATTR_CALLBACK_DATA, &Instance); 58 GetPanelAttribute (panel, ATTR_CALLBACK_DATA, &Instance);