summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-11-04 21:30:26 +0100
committerSeif Lotfy <seif@lotfy.com>2012-11-04 21:30:26 +0100
commit3831040e9457e264be43426ced486461895484a5 (patch)
treec629685ab6b07c0d075dd5184c84dab16c2729c9 /examples
parent04f47d1494289959b856003c0a1f632b2b33b693 (diff)
downloadzeitgeist-3831040e9457e264be43426ced486461895484a5.tar.gz
Remove misleading comment from example insert-events.vala
Diffstat (limited to 'examples')
-rw-r--r--examples/insert-events.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/insert-events.vala b/examples/insert-events.vala
index 162290d6..aad9393d 100644
--- a/examples/insert-events.vala
+++ b/examples/insert-events.vala
@@ -20,7 +20,6 @@ int main ()
su.text = "bar.txt";
su.storage = "bfb486f6-f5f8-4296-8871-0cc749cf8ef7";
- /* This method call now owns all events, subjects, and the events array */
Zeitgeist.Log.get_default ().insert_events (
events, null, (log, res) => {
Array<uint32> event_ids;