diff -r 058b0e70f5ec -r c5e3cb54b9db mapeditor.h --- a/mapeditor.h Mon May 05 13:46:42 2008 +0000 +++ b/mapeditor.h Mon May 05 13:46:42 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