diff options
author | monsta <[email protected]> | 2016-03-04 14:51:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-09 10:21:14 +0300 |
commit | 3309d14d44cf85be76f3487da2df25f65616847b (patch) | |
tree | 8a5398ef535b3e31fcb0aa6ed5733a0ed1abda75 /src | |
parent | 9212dacb2bfd5985d8426bf0bdb88f2aca03444e (diff) | |
download | marco-3309d14d44cf85be76f3487da2df25f65616847b.tar.bz2 marco-3309d14d44cf85be76f3487da2df25f65616847b.tar.xz |
remove duplicate function declaration
Diffstat (limited to 'src')
-rw-r--r-- | src/core/workspace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/workspace.h b/src/core/workspace.h index 4b52f96e..7d02861e 100644 --- a/src/core/workspace.h +++ b/src/core/workspace.h @@ -95,8 +95,6 @@ void meta_workspace_get_work_area_all_xineramas (MetaWorkspace *workspace, GList* meta_workspace_get_onscreen_region (MetaWorkspace *workspace); GList* meta_workspace_get_onxinerama_region (MetaWorkspace *workspace, int which_xinerama); -void meta_workspace_get_work_area_all_xineramas (MetaWorkspace *workspace, - MetaRectangle *area); void meta_workspace_focus_default_window (MetaWorkspace *workspace, MetaWindow *not_this_one, |