Remove unused variables from catch
This commit is contained in:
parent
cff7f0c7cb
commit
5bbf2f50de
2 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ namespace Observatory.UI.Views
|
|||
// Cleanup
|
||||
XFixesDestroyRegion((IntPtr)display, region);
|
||||
}
|
||||
catch (DllNotFoundException ignored)
|
||||
catch
|
||||
{
|
||||
// libXfixes is not installed for some reason
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue