mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Remove unused variables from catch
This commit is contained in:
parent
cff7f0c7cb
commit
5bbf2f50de
@ -116,7 +116,7 @@ namespace Observatory.PluginManagement
|
|||||||
{
|
{
|
||||||
timer.Start();
|
timer.Start();
|
||||||
}
|
}
|
||||||
catch (ObjectDisposedException ode)
|
catch
|
||||||
{
|
{
|
||||||
// Not sure why this happens, but I've reproduced it twice in a row after hitting
|
// Not sure why this happens, but I've reproduced it twice in a row after hitting
|
||||||
// read-all while also playing (ie. generating journals).
|
// read-all while also playing (ie. generating journals).
|
||||||
|
@ -232,7 +232,7 @@ namespace Observatory.UI.Views
|
|||||||
// Cleanup
|
// Cleanup
|
||||||
XFixesDestroyRegion((IntPtr)display, region);
|
XFixesDestroyRegion((IntPtr)display, region);
|
||||||
}
|
}
|
||||||
catch (DllNotFoundException ignored)
|
catch
|
||||||
{
|
{
|
||||||
// libXfixes is not installed for some reason
|
// libXfixes is not installed for some reason
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user