shell-app: Remove leftover struct

This commit is contained in:
Jasper St. Pierre 2015-02-20 16:48:40 -08:00
parent 4c91db4661
commit 71ae7e69c5

View File

@ -232,14 +232,6 @@ shell_app_create_icon_texture (ShellApp *app,
return ret;
}
typedef struct {
ShellApp *app;
int size;
int scale;
ClutterTextDirection direction;
StThemeNode *theme_node;
} CreateFadedIconData;
const char *
shell_app_get_name (ShellApp *app)
{