tint2conf: Revert obsolete gradient config

This commit is contained in:
o9000
2017-02-26 11:58:00 +01:00
parent 207129447d
commit d2c36cb85a
8 changed files with 812 additions and 888 deletions

View File

@@ -183,9 +183,6 @@ enum {
bgColPixbuf = 0,
bgColFillColor,
bgColFillOpacity,
bgColFillColor2,
bgColFillOpacity2,
bgColGradient,
bgColBorderColor,
bgColBorderOpacity,
bgColBorderWidth,
@@ -209,8 +206,6 @@ enum {
extern GtkListStore *backgrounds;
extern GtkWidget *current_background,
*background_fill_color,
*background_fill_color2,
*background_gradient,
*background_border_color,
*background_fill_color_over,
*background_border_color_over,
@@ -223,6 +218,8 @@ extern GtkWidget *current_background,
*background_border_sides_right,
*background_corner_radius;
extern GtkListStore *gradients_list;
void background_create_new();
void background_force_update();
int background_index_safe(int index);