[Igarden-commit] Garden/source/Document InfoSupplierDialog.cpp, 1.7.2.2, 1.7.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 21:02:28
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv495/source/Document Modified Files: Tag: Release_branch_v1 InfoSupplierDialog.cpp Log Message: Remove some obsolete code Index: InfoSupplierDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/InfoSupplierDialog.cpp,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -C2 -d -r1.7.2.2 -r1.7.2.3 *** InfoSupplierDialog.cpp 4 Mar 2008 13:38:17 -0000 1.7.2.2 --- InfoSupplierDialog.cpp 17 May 2008 21:02:20 -0000 1.7.2.3 *************** *** 62,91 **** static void FillGadgets(XGDialog *dlog, InfoSupplier *_resultOut); - #if 0 - static long supplierDialogProc(XGDialog *dlog, void *data, long msg, long arg, void *parg) - { - short low, high; - long n, count; - dialogInfo_t *block = static_cast<dialogInfo_t*>(data); - GardenDate inDate, outDate; - String string; - XGEditText *textGad; - char gadValue[256], nameBuf[512]; - InfoSupplier *_resultOut = block->resultOut; - GardenDatabaseFile *client = block->clientIn; - InfoSupplier *_previous = block->previous; - InfoSupplier *iter; - XGPopControl *pop; - SourceMaterialFile *common; - XGUUID newID; - - PRECONDITION(dlog != NULL); - PRECONDITION(block != NULL); - PRECONDITION(client != NULL); - - return -1; - } - #endif - void InfoSupplierDialog::Setup(XGDialog *dlog) { --- 62,65 ---- |