]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_eventhandler.cpp
Start of bringing back missing forms/dialogs
[architektonas] / src / base / rs_eventhandler.cpp
index 2961ff733d4e2e8b4e902e62462d67c8cc1ab732..260998a133aeefc59de93e64d784a2fb5c472f17 100644 (file)
@@ -326,7 +326,6 @@ void RS_EventHandler::commandEvent(RS_CommandEvent * e)
                                if (actionIndex >= 0 && currentActions[actionIndex] != NULL
                                        && !currentActions[actionIndex]->isFinished())
                                {
-//                                     int commaPos = cmd.find('<');
                                        int commaPos = cmd.indexOf('<');
                                        bool ok1, ok2;
                                        double r = RS_Math::eval(cmd.left(commaPos), &ok1);