diff options
author | monsta <[email protected]> | 2016-01-04 23:52:08 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-04 23:52:08 +0300 |
commit | 00820481daac956267b5a736315eee5db440ecc0 (patch) | |
tree | cb2bd5086a7b5880074776d62692bf1f9ca4f608 | |
parent | 9c044556b7f69ab2cf1af074752d981372dcc7a6 (diff) | |
download | mate-panel-00820481daac956267b5a736315eee5db440ecc0.tar.bz2 mate-panel-00820481daac956267b5a736315eee5db440ecc0.tar.xz |
xutils: remove unused variables
-rw-r--r-- | mate-panel/panel-xutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-panel/panel-xutils.c b/mate-panel/panel-xutils.c index 28964202..0abce77c 100644 --- a/mate-panel/panel-xutils.c +++ b/mate-panel/panel-xutils.c @@ -33,9 +33,6 @@ #include <X11/Xlib.h> #include <X11/Xatom.h> -static Atom net_wm_window_type = None; -static Atom net_wm_window_type_dock = None; -static Atom net_wm_window_type_normal = None; static Atom net_wm_strut = None; static Atom net_wm_strut_partial = None; |