rm struct typedef

This commit is contained in:
Daniel Micay 2012-09-16 16:25:14 -04:00
parent 189c669920
commit 4c5c8d97ba
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ struct search_panel_info {
overlay_mode mode;
};
typedef struct url_data {
struct url_data {
char *url;
unsigned line;
int pos;
} url_data;
};
struct config_info {
gboolean dynamic_title, urgent_on_bell, clickable_url;