Skip to content

Commit

Permalink
hinge: Drop (#243)
Browse files Browse the repository at this point in the history
This plugin is a bit complicated and it requires special hardware to
use or test it.
  • Loading branch information
soreau authored Jul 23, 2024
1 parent bc39072 commit bfcc423
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 195 deletions.
26 changes: 0 additions & 26 deletions metadata/hinge.xml

This file was deleted.

1 change: 0 additions & 1 deletion metadata/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ install_data('view-shot.xml', install_dir: wayfire.get_variable(pkgconfig: 'meta
install_data('water.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('window-zoom.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('workspace-names.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('hinge.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
163 changes: 0 additions & 163 deletions src/hinge.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,3 @@ window_zoom = shared_module('winzoom', 'window-zoom.cpp',
workspace_names = shared_module('workspace-names', 'workspace-names.cpp',
dependencies: [wayfire],
install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))

hinge = shared_module('hinge', 'hinge.cpp',
dependencies: [wayfire],
install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))

0 comments on commit bfcc423

Please sign in to comment.