From b2a8162ef735a2773249079abe9c5fdfbb46c265 Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Sun, 14 Feb 2010 19:13:54 +0000 Subject: [PATCH] and ofcourse kick the test-gremlin git-svn-id: svn://code.dyne.org/veejay/trunk@1392 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- veejay-current/veejay-client/src/vj-api.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/veejay-current/veejay-client/src/vj-api.c b/veejay-current/veejay-client/src/vj-api.c index 7195928f..bde5d6dd 100644 --- a/veejay-current/veejay-client/src/vj-api.c +++ b/veejay-current/veejay-client/src/vj-api.c @@ -7204,9 +7204,6 @@ gboolean is_alive( int *do_sync ) void *data = info; vj_gui_t *gui = (vj_gui_t*) data; - int *ptr = NULL; - *ptr = 1; - if( gui->watch.state == STATE_PLAYING ) { *do_sync = 1;