diff options
author | rbuj <[email protected]> | 2020-07-20 21:57:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-29 14:14:55 +0200 |
commit | 9c3944b1f6a0c6a286befee814901dad29f52610 (patch) | |
tree | 97b9dab63ef21fd2c906eff03633a9f2543bf001 /multiload/global.h | |
parent | c9dd864cff1326c8867c57ef2df3835fd5e2e35e (diff) | |
download | mate-applets-9c3944b1f6a0c6a286befee814901dad29f52610.tar.bz2 mate-applets-9c3944b1f6a0c6a286befee814901dad29f52610.tar.xz |
multiload: Remove legacy variable 'show_frame'
Diffstat (limited to 'multiload/global.h')
-rw-r--r-- | multiload/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multiload/global.h b/multiload/global.h index c22bddad..da3383c4 100644 --- a/multiload/global.h +++ b/multiload/global.h @@ -92,8 +92,6 @@ struct _LoadGraph { cairo_surface_t *surface; int timer_index; - gint show_frame; - gboolean visible; gboolean tooltip_update; const gchar *name; |