[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.29,1.30
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv1360/client Modified Files: selectconfiguration_widget.cpp Log Message: remove some old kdDebug msgs Index: selectconfiguration_widget.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- selectconfiguration_widget.cpp 19 Dec 2002 21:34:41 -0000 1.29 +++ selectconfiguration_widget.cpp 23 Dec 2002 01:34:46 -0000 1.30 @@ -183,8 +183,7 @@ connect(checkBox, SIGNAL(clicked()), this, SLOT(optionChanged())); } - else - kdDebug() << "TODO: game options other than type=bool" << endl; + // TODO: create options other than type=bool // TODO: Enable edit for master only }