Revert "Fix a null reference exception"

This commit is contained in:
Harry 2018-03-01 17:02:25 +01:00 committed by GitHub
parent 5cf280340b
commit 553b59abb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -45,9 +45,6 @@ namespace GLib {
public bool Handler ()
{
try {
if (real_handler == null)
return false;
TimeoutHandler timeout_handler = (TimeoutHandler) real_handler;
bool cont = timeout_handler ();

View File

@ -6,7 +6,7 @@
// VARS
Settings.Cake = Context;
Settings.Version = "0.0.0.7";
Settings.Version = "3.22.24.30";
Settings.BuildTarget = Argument("BuildTarget", "Default");
Settings.Assembly = Argument("Assembly", "");