]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/intellibox.cpp
Strip Id tags and copyright notices from files
[r2c2.git] / source / libr2c2 / intellibox.cpp
index 4e6bb763d7e278a745a16fc200cfb8cdf406da63..732e164c01b42660122d89fa15058b36fb94efc6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <fcntl.h>
 #include <termios.h>
 #include <sys/poll.h>
@@ -355,7 +348,6 @@ void Intellibox::tick()
 
 void Intellibox::flush()
 {
-       Time::TimeStamp t = Time::now();
        for(list<CommandSlot>::iterator i=queue.begin(); i!=queue.end(); ++i)
        {
                write(serial_fd, i->data, i->length);