[Exspiminator-commits] CVS: exspiminator/gui GUI.java,1.23,1.24
Status: Alpha
Brought to you by:
nphillips
|
From: Nigel P. <nph...@us...> - 2001-11-22 11:59:14
|
Update of /cvsroot/exspiminator/exspiminator/gui
In directory usw-pr-cvs1:/tmp/cvs-serv28832/gui
Modified Files:
GUI.java
Log Message:
Comment out unused save code.
Index: GUI.java
===================================================================
RCS file: /cvsroot/exspiminator/exspiminator/gui/GUI.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** GUI.java 2001/11/20 11:58:59 1.23
--- GUI.java 2001/11/22 11:59:10 1.24
***************
*** 338,342 ****
}
}
!
void save()
{
--- 338,342 ----
}
}
! /*
void save()
{
***************
*** 355,359 ****
}
}
! }
/** Read the data from the file, assuming it to contain [whatever I save] serialized
--- 355,359 ----
}
}
! }*/
/** Read the data from the file, assuming it to contain [whatever I save] serialized
***************
*** 498,503 ****
}
! /** Writes the data to the given path.*/
! void writeData(String filename) throws IOException
{
FileOutputStream file=null;
--- 498,503 ----
}
! /* Writes the data to the given path.*/
! /*void writeData(String filename) throws IOException
{
FileOutputStream file=null;
***************
*** 523,527 ****
{}
}
! }
void refreshRegViews()
--- 523,527 ----
{}
}
! }*/
void refreshRegViews()
|