[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Cleanup unused variables

noreply at xfce.org noreply at xfce.org
Sun Nov 11 22:05:51 CET 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 0c8bcc65a5f91c8801f97783453f16c93ff66509
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Nov 11 16:05:46 2018 -0500

    Cleanup unused variables
---
 src/xfcekbd-indicator-config.c | 3 ---
 src/xfcekbd-indicator-config.h | 4 ----
 2 files changed, 7 deletions(-)

diff --git a/src/xfcekbd-indicator-config.c b/src/xfcekbd-indicator-config.c
index 1f93b60..331aa8f 100644
--- a/src/xfcekbd-indicator-config.c
+++ b/src/xfcekbd-indicator-config.c
@@ -156,9 +156,6 @@ xfcekbd_indicator_config_init (XfcekbdIndicatorConfig *ind_config,
 
 void
 xfcekbd_indicator_config_term (XfcekbdIndicatorConfig *ind_config) {
-    g_free (ind_config->font_family);
-    ind_config->font_family = NULL;
-
     ind_config->icon_theme = NULL;
 
     xfcekbd_indicator_config_free_image_filenames (ind_config);
diff --git a/src/xfcekbd-indicator-config.h b/src/xfcekbd-indicator-config.h
index 07ff38f..f126ca6 100644
--- a/src/xfcekbd-indicator-config.h
+++ b/src/xfcekbd-indicator-config.h
@@ -34,10 +34,6 @@ struct _XfcekbdIndicatorConfig {
     int            secondary_groups_mask;
     gboolean       show_flags;
 
-    gchar         *font_family;
-    gchar         *foreground_color;
-    gchar         *background_color;
-
     /* private, transient */
     XfconfChannel *channel;
     GSList        *image_filenames;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list