diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:22:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:22:29 -0800 |
commit | ff7f25d2e5b9124480799ea7affd4fd4ecb039e6 (patch) | |
tree | 89bc8ae214e9af4822dc609cb0edbd0e3ec6042c /src/main.c | |
parent | 844c0b92e89d64832a562b2f471b93ae0b70cb8e (diff) |
main: remove spurious paste
vim droppings
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -117,8 +117,6 @@ static void glimmer_go(GtkButton *button, gpointer user_data) return; } - pthread_t thread; - pthread_create(&glimmer.thread, NULL, glimmer_thread, NULL); } |