Browse Source

removed argument *wl as the command line is not used by removecirc


			
			
				pre-master-46
			
			
		
pnenzi 17 years ago
parent
commit
d972123d5f
  1. 2
      src/frontend/mw_coms.c
  2. 2
      src/frontend/mw_coms.h

2
src/frontend/mw_coms.c

@ -17,7 +17,7 @@
/* Clears ckt and removes current circ. form database */
void
com_removecirc(wordlist *wl)
com_removecirc()
{
struct variable *v, *next;
struct circ *ct;

2
src/frontend/mw_coms.h

@ -6,7 +6,7 @@
#ifndef MW_COMS_H_INCLUDED
#define MW_COMS_H_INCLUDED
void com_removecirc(wordlist *wl);
void com_removecirc(void);
#endif
Loading…
Cancel
Save