examples: remove unused parameter

master
Robert Falkenberg 2 years ago committed by Justin Tallon
parent 3695d607a8
commit b608a68211

@ -633,7 +633,7 @@ int main(int argc, char** argv)
#ifdef ENABLE_GUI #ifdef ENABLE_GUI
if (!prog_args.disable_plots) { if (!prog_args.disable_plots) {
init_plots(cell); init_plots();
sleep(1); sleep(1);
} }
#endif /* ENABLE_GUI */ #endif /* ENABLE_GUI */

@ -385,7 +385,7 @@ int main(int argc, char** argv)
#ifdef ENABLE_GUI #ifdef ENABLE_GUI
if (!prog_args.disable_plots) { if (!prog_args.disable_plots) {
init_plots(&pscch); init_plots();
sleep(1); sleep(1);
} }
#endif #endif

Loading…
Cancel
Save