Clouseau: Removed useless code.

SVN revision: 83445
This commit is contained in:
Tom Hacohen 2013-01-29 16:36:23 +00:00
parent fb34d37986
commit 0483c95e54
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ static Eina_List *gui = NULL; /* List of app_info_st for gui clients */
static Eina_List *app = NULL; /* List of app_info_st for app clients */
static Ecore_Con_Eet *eet_svr = NULL;
struct _tree_info_st
{
void *app; /* app ptr to identify where the data came from */
void *data; /* Tree data */
};
typedef struct _tree_info_st tree_info_st;
int _clouseaud_log_dom = -1;
#ifdef CRITICAL