Cleaned up unused variable.

This commit is contained in:
Matthew Budd 2020-06-12 20:51:46 -04:00
parent c440b8127e
commit 6dd0ef841e
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ int main(int argc, char *argv[])
#ifdef _GTK
if(noGui == 0)
{
int glxwin_pid = spawn_glxwin(0);
spawn_glxwin(0); // even though it is not spawning a window, still needed for shared memory segment.
gtk_init(&argc, &argv);
InitGTKSubsystem(argc, argv);
while(gtk_events_pending())