Mercurial > hg > fxanalyse
changeset 21:381da7b34cd8
Unused variable
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 19 Jul 2012 19:42:48 +0200 |
parents | 3a7f088d4960 |
children | b7b3b5f1c5a6 |
files | Plot.c |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
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) {