changeset 110:582d32db824b

Removed some debug-vars
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jan 2004 01:48:04 +0000
parents 578b71b62eeb
children 6e2ac165c48e
files src/xs_stil.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_stil.c	Mon Jan 12 01:45:04 2004 +0000
+++ b/src/xs_stil.c	Mon Jan 12 01:48:04 2004 +0000
@@ -105,9 +105,8 @@
  gchar inLine[XS_BUFSIZE];
  guint lineNum, linePos;
  t_xs_stil_node *tmpNode;
- t_xs_stil_subnode *qNode;
  gboolean isError;
- gint subEntry, i;
+ gint subEntry;
  
  /* Try to open the file */
  if ((inFile = fopen(dbFilename, "ra")) == NULL)