diff -r 5f9a2771680d -r b4143a8907d5 mapeditor.h --- a/mapeditor.h Tue Apr 08 08:28:37 2008 +0000 +++ b/mapeditor.h Tue May 06 10:45:26 2008 +0000 @@ -381,7 +381,6 @@ void dragLeaveEvent (QDragLeaveEvent *); void dropEvent (QDropEvent *); - void timerEvent(QTimerEvent *event); protected: void sendSelection(); @@ -489,10 +488,6 @@ int port; // server port of this client void displayClientError(QAbstractSocket::SocketError socketError); - - // Animation data **experimental** - int timerId; // animation timer - QList animObjList;// list with animated objects }; #endif