mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Improved ListView cursor key handling, removed debug NOPs
This commit is contained in:
parent
959da9884c
commit
987adaec5c
26 changed files with 87 additions and 211 deletions
|
@ -115,11 +115,6 @@ namespace System {
|
|||
// there is a chance that the internal ConvertTime calls will throw since 'source' won't be reference equal to the new TimeZoneInfo.Local.
|
||||
//
|
||||
|
||||
public ~this()
|
||||
{
|
||||
NOP!();
|
||||
}
|
||||
|
||||
#pragma warning disable 0420
|
||||
class CachedData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue