groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 07/14: src/roff/troff/node.cpp: Drop "TODO" annotations.


From: G. Branden Robinson
Subject: [groff] 07/14: src/roff/troff/node.cpp: Drop "TODO" annotations.
Date: Fri, 8 Dec 2023 18:15:29 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 7651ed5e9145757d148b24f2c4bc5c787bd3ef84
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 7 05:00:01 2023 -0600

    src/roff/troff/node.cpp: Drop "TODO" annotations.
    
    The ideas would not be straightforward to implement because environments
    might have font mounting positions "in use" as current or previous font
    selections.  So abandon the notion.
---
 src/roff/troff/node.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index 8231f5759..9fabb48cc 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6071,7 +6071,6 @@ static void mount_font_at_position()
     if (n < 0)
       error("font mounting position %1 is negative", n);
     else {
-      // TODO: Make argument optional to clear the mounting position?
       symbol internal_name = get_name(true /* required */);
       if (!internal_name.is_null()) {
        symbol external_name = get_long_name();
@@ -6190,7 +6189,6 @@ static void associate_style_with_font_position()
     if (n < 0)
       error("font mounting position %1 is negative", n);
     else {
-      // TODO: Make argument optional to clear the mounting position?
       if (!has_arg())
        warning(WARN_MISSING, "abstract style configuration request"
                " expects a second argument");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]