mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Remove unused variables from catch
This commit is contained in:
@ -232,7 +232,7 @@ namespace Observatory.UI.Views
|
||||
// Cleanup
|
||||
XFixesDestroyRegion((IntPtr)display, region);
|
||||
}
|
||||
catch (DllNotFoundException ignored)
|
||||
catch
|
||||
{
|
||||
// libXfixes is not installed for some reason
|
||||
}
|
||||
|
Reference in New Issue
Block a user