diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 16:13:48 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 16:13:48 -0500 |
commit | 047764ebab345a2bcb3a856c1f1956e849f52354 (patch) | |
tree | 1fff56580c7c2c3b721d4d46cfaa0aa551cde789 /build.c | |
parent | 1c68c64874fdc6a8e54603c9c315efb715e85653 (diff) |
split depth limit
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -231,8 +231,6 @@ static void build_frame(Ted *ted, float x1, float y1, float x2, float y2) { } } - // @TODO: check this code - // check if we have something like main.c:5 or main.c(5) // get file name |