diff options
author | rbuj <[email protected]> | 2020-08-04 15:53:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 16:39:25 +0200 |
commit | 37e4d38ca3a61eb843d80732a26f29668352433d (patch) | |
tree | 3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/ui/tabpopup.c | |
parent | 85a22e754cd1f43e178e4a81c182643d4319bc5b (diff) | |
download | marco-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/ui/tabpopup.c')
-rw-r--r-- | src/ui/tabpopup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c index e5cd8736..d3b9ba62 100644 --- a/src/ui/tabpopup.c +++ b/src/ui/tabpopup.c @@ -727,7 +727,6 @@ meta_ui_tab_popup_mouse_press (MetaTabPopup *popup, } } - #define META_TYPE_SELECT_IMAGE (meta_select_image_get_type ()) #define META_SELECT_IMAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), META_TYPE_SELECT_IMAGE, MetaSelectImage)) @@ -745,7 +744,6 @@ struct _MetaSelectImageClass GtkImageClass parent_class; }; - static GType meta_select_image_get_type (void) G_GNUC_CONST; static GtkWidget* @@ -920,7 +918,6 @@ struct _MetaSelectWorkspaceClass GtkDrawingAreaClass parent_class; }; - static GType meta_select_workspace_get_type (void) G_GNUC_CONST; #define SELECT_OUTLINE_WIDTH 2 |