summaryrefslogtreecommitdiff
path: root/Examples/go/callback/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/go/callback/example.h')
-rw-r--r--Examples/go/callback/example.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/go/callback/example.h b/Examples/go/callback/example.h
index 1a0e8c432..74ddad954 100644
--- a/Examples/go/callback/example.h
+++ b/Examples/go/callback/example.h
@@ -20,4 +20,3 @@ public:
void setCallback(Callback *cb) { delCallback(); _callback = cb; }
void call() { if (_callback) _callback->run(); }
};
-