diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 08:29:50 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 08:29:50 -0400 |
commit | d8d417fb678a95a5fbb5eb7bd88c2f5201cca6a5 (patch) | |
tree | 99f299d34343677b200fd9de330f8c8abd0c4c54 | |
parent | 8b369f263f10de056c3633806a7f1ed87e2b7145 (diff) |
remove obsolete FIXME
-rw-r--r-- | instr-daemon.c | 2 |
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) { |