Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmk committed May 18, 2011
1 parent 79faca5 commit 06a3d6b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spotify.c
@@ -1,7 +1,8 @@
#include "php_spotify.h"

zend_class_entry *spotify_ce;
zend_object_handlers spotify_object_handlers;

static int is_logged_in;

static void logged_in(sp_session *session, sp_error error) ;

Expand All @@ -26,10 +27,6 @@ static sp_session_callbacks callbacks = {
NULL
};

zend_class_entry *spotify_ce;

int is_logged_in;

PHP_METHOD(Spotify, __construct)
{
zval *object = getThis();
Expand Down

0 comments on commit 06a3d6b

Please sign in to comment.