Show
Ignore:
Timestamp:
02/24/07 21:33:27 (1 year ago)
Author:
ug
Message:

Fix some of the small FIXME\'s

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/sgfparser.cpp

    r223 r225  
    7878 
    7979void ExtendedMoveNumber::down() throw(SGFError) { 
    80   if (length==0) throw SGFError(); // FIXME use other error class? 
     80  if (length==0) throw SGFError(); 
    8181  else if (length==1) { 
    8282    int* newdata = new int[3]; 
     
    235235  if (SGFst) { 
    236236    SGFstring = SGFst; 
    237     parseNode(); // FIXME delete this here?! 
     237    // parseNode(); 
    238238  } else SGFstring = ""; 
    239239  posyD = 0; 
     
    241241         
    242242Node::~Node() { 
    243   // delete data FIXME 
    244243} 
    245244