diff options
| author | Patrick | 2023-08-10 23:29:56 +0200 |
|---|---|---|
| committer | Patrick | 2023-08-10 23:29:56 +0200 |
| commit | a8f77037f46a25ce9ddff025ac26716c4ba374a1 (patch) | |
| tree | f0e24ca5d21c191eb77ddd179aba350d29968cf4 | |
| parent | 72813cffcd20e6b297301c76a932e787c7fce238 (diff) | |
| download | iftint-a8f77037f46a25ce9ddff025ac26716c4ba374a1.tar.gz iftint-a8f77037f46a25ce9ddff025ac26716c4ba374a1.zip | |
remove editingNode
| -rw-r--r-- | main2.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -328,8 +328,6 @@ GetNode() { } InputState; InputState inputState; - bool editingNode = false; - while (true) { c = GetChar(); |
