mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-10 04:51:43 -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