File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -336,15 +336,15 @@ public boolean make()
336336
337337 void addResourceHook ()
338338 {
339- EgmIO io = new EgmIO ();
340- FileChooser .fileViews .add (io );
341- FileChooser .readers .add (io );
342- FileChooser .writers .add (io );
343-
344339 // TODO: Disabled until somebody can figure out what the HELL is going on!
345340 // Old EGM was a bad mix of binary and text serialization that led to extreme
346341 // frustrations, and it should not be enabled until it is cleaned up,
347342 // converted to text, versions the binaries, or is replaced with the new libEGM
343+ //EgmIO io = new EgmIO();
344+ //FileChooser.fileViews.add(io);
345+ //FileChooser.readers.add(io);
346+ //FileChooser.writers.add(io);
347+
348348 //Listener.getInstance().fc.addOpenFilters(io);
349349 //Listener.getInstance().fc.addSaveFilters(io);
350350
You can’t perform that action at this time.
0 commit comments