mirror of
https://git.sr.ht/~leon_plickat/wayneko
synced 2025-09-20 00:13:20 +02:00
remove outdated todo comment
This commit is contained in:
parent
3062b34f95
commit
1f580f3d2e
1 changed files with 0 additions and 1 deletions
|
@ -940,7 +940,6 @@ int main (int argc, char *argv[])
|
|||
colour_from_hex(&bg_colour, "0xFFFFFF");
|
||||
colour_from_hex(&border_colour, "0x000000");
|
||||
|
||||
// TODO command line args
|
||||
for (int i = 1; i < argc; i++)
|
||||
{
|
||||
if ( strcmp(argv[i], "-h") == 0 || strcmp(argv[i], "--help") == 0 || strcmp(argv[i], "-?") == 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue