diff options
| -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);  }  | 
