summaryrefslogtreecommitdiff
path: root/src/core/window-props.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 15:53:16 +0200
committerraveit65 <[email protected]>2020-08-04 16:39:25 +0200
commit37e4d38ca3a61eb843d80732a26f29668352433d (patch)
tree3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/core/window-props.c
parent85a22e754cd1f43e178e4a81c182643d4319bc5b (diff)
downloadmarco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2
marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/core/window-props.c')
-rw-r--r--src/core/window-props.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/window-props.c b/src/core/window-props.c
index 54a2ecee..f0eb1c64 100644
--- a/src/core/window-props.c
+++ b/src/core/window-props.c
@@ -76,7 +76,6 @@ typedef struct MetaWindowPropHooks
static MetaWindowPropHooks* find_hooks (MetaDisplay *display,
Atom property);
-
void
meta_window_reload_property (MetaWindow *window,
Atom property,
@@ -345,7 +344,6 @@ reload_net_wm_user_time_window (MetaWindow *window,
NoEventMask);
}
-
/* Obtain the new NET_WM_USER_TIME_WINDOW and register it */
window->user_time_window = value->v.xwindow;
if (window->user_time_window != None)