remove useless handle definition; a2j is a singleton

This commit is contained in:
Nedko Arnaudov 2010-04-11 15:20:27 +03:00
parent 919e01fd8b
commit baaf78dfcf
1 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/*
* LADI Session Handler (ladish)
*
* Copyright (C) 2008,2009 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008,2009,2010 Nedko Arnaudov <nedko@arnaudov.name>
*
**************************************************************************
* This file contains interface to code that interfaces a2jmidid through D-Bus
@ -29,8 +29,6 @@
#include "common.h"
typedef struct a2j_proxy_tag { int unused; } * a2j_proxy_handle;
bool a2j_proxy_init(void);
void a2j_proxy_uninit(void);
const char * a2j_proxy_get_jack_client_name_cached(void);