[Igarden-commit] Garden/source/LayoutDB GardenPlot.cpp, 1.50.2.14, 1.50.2.15
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 21:03:45
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1500/source/LayoutDB Modified Files: Tag: Release_branch_v1 GardenPlot.cpp Log Message: Remove some obsolete code Index: GardenPlot.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/GardenPlot.cpp,v retrieving revision 1.50.2.14 retrieving revision 1.50.2.15 diff -C2 -d -r1.50.2.14 -r1.50.2.15 *** GardenPlot.cpp 11 May 2008 02:58:26 -0000 1.50.2.14 --- GardenPlot.cpp 17 May 2008 21:03:44 -0000 1.50.2.15 *************** *** 461,482 **** { PRECONDITION(_compat != NULL); - #if 0 - numLayers = GetNumLayers(); - RemoveAllIndexedItems(kFieldLayerRefs); - for(n = 0; n < numLayers; n++) - { - layer = GetIndexedLayer(n); - - layer->GetUID(uid); - AddItem(kFieldLayerRefs, &uid, sizeof(uid)); - if(layer == _writableLayer) - SetInt32(kFieldWriteLayer, n); - if(_newLayout || layer->IsModified()) - { - isModified = true; - layer->Write(); - } - } - #endif _compat->SetUID(kFieldPlotID, _plotID); --- 461,464 ---- |