Skip to content

Commit

Permalink
Remove old version for adding style classes to widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Apr 5, 2020
1 parent c3900aa commit fb2beaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions gnucash/gnome-utils/dialog-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@ gnc_tree_view_get_grid_lines_pref (void)
* gnc_class - character string for css class name *
* Returns: nothing *
\********************************************************************/
void
gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class)
{
gnc_widget_style_context_add_class (widget, gnc_class);
}

void
gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class)
{
Expand Down
1 change: 0 additions & 1 deletion gnucash/gnome-utils/dialog-utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ GtkTreeViewGridLines gnc_tree_view_get_grid_lines_pref (void);
* gnc_class - character string for css class name *
* Returns: nothing *
\********************************************************************/
void gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class);
void gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class);

/********************************************************************\
Expand Down

0 comments on commit fb2beaa

Please sign in to comment.