summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--instr-daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 0c897ce..52ebf6a 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -267,8 +267,6 @@ int main(int argc, char **argv)
// FIXME - need auto-timer output-off somewhere - launch event from set_output?
- // FIXME - when do update_ vars get reset
-
//register stdin channel
stdinChannel = g_io_channel_unix_new(0);
if(stdinChannel == NULL) {