Cleanup: remove comment to workaround weak code parsing

This is quite an old comment, recent IDE's/editors
should be able to handle escaped quotes in strings.

If kludges like this are needed, developers should note exactly why.
This commit is contained in:
Campbell Barton 2019-08-15 01:05:15 +10:00
parent 2623e68c3b
commit 9bc10c1f54
1 changed files with 1 additions and 3 deletions

View File

@ -1420,9 +1420,7 @@ short action_get_item_transforms(bAction *act, Object *ob, bPoseChannel *pchan,
if ((curves) || (flags & ACT_TRANS_PROP) == 0) {
/* custom properties only */
pPtr = strstr(
bPtr,
"[\""); /* extra '"' comment here to keep my texteditor functionlist working :) */
pPtr = strstr(bPtr, "[\"");
if (pPtr) {
flags |= ACT_TRANS_PROP;