Skip to content

Commit

Permalink
Remove unused vapis
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jun 7, 2020
1 parent 787375c commit 55a0e82
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 281 deletions.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ add_project_arguments('-DLOCALEDIR="@0@"'.format(join_paths(get_option('prefix')
dependencies = [dependency('alsa'),
dependency('gtk+-3.0', version : '>= 3.20.0'),
dependency('libxfce4panel-2.0', version : '>= 4.13.0'),
meson.get_compiler('vala').find_library('gdkkeysyms-2.0', dirs : vapi_dir),
meson.get_compiler('vala').find_library('config', dirs : vapi_dir)]

shared_library('alsa',
Expand Down
1 change: 0 additions & 1 deletion src/vapi/gdkkeysyms-2.0.deps

This file was deleted.

6 changes: 0 additions & 6 deletions src/vapi/gdkkeysyms-2.0.vapi

This file was deleted.

7 changes: 0 additions & 7 deletions src/vapi/libxfce4panel-1.0.deps

This file was deleted.

265 changes: 0 additions & 265 deletions src/vapi/libxfce4panel-1.0.vapi

This file was deleted.

2 changes: 1 addition & 1 deletion src/volumepopup.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace AlsaPlugin {
}

private bool on_key_release_event(Gdk.EventKey event) {
if (event.keyval == Gdk.KeySyms.Escape) {
if (event.keyval == Gdk.Key.Escape) {
hide();
return true;
}
Expand Down

0 comments on commit 55a0e82

Please sign in to comment.