Skip to content
Snippets Groups Projects
Commit a186b099 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Comment unused variable in app.

parent 1be3fa66
No related branches found
No related tags found
No related merge requests found
......@@ -714,7 +714,7 @@ int main(int argc, char *argv[])
int Move = 0;
int Record = 0;
int Debug = 0;
int Quiet = 0;
/* int Quiet = 0; */
int Vardis = 0;
int Version = 0;
int Longinfo = 0;
......@@ -755,7 +755,7 @@ int main(int argc, char *argv[])
Move = 1;
break;
case 'q':
Quiet = 1;
/* Quiet = 1; */
break;
case 'R':
cdiDefGlobal("REGULARGRID", 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment