mapeditor.h
changeset 692 c5e3cb54b9db
parent 684 5f9a2771680d
child 720 192e1392ba6a
     1.1 --- a/mapeditor.h	Mon May 05 13:46:42 2008 +0000
     1.2 +++ b/mapeditor.h	Mon May 05 13:46:42 2008 +0000
     1.3 @@ -381,7 +381,6 @@
     1.4  	void dragLeaveEvent (QDragLeaveEvent *);
     1.5  	void dropEvent (QDropEvent *);
     1.6  
     1.7 -	void timerEvent(QTimerEvent *event);
     1.8  
     1.9  protected:
    1.10  	void sendSelection();
    1.11 @@ -489,10 +488,6 @@
    1.12  	int port;					// server port of this client
    1.13  	void displayClientError(QAbstractSocket::SocketError socketError);
    1.14  
    1.15 -
    1.16 -	// Animation data **experimental**
    1.17 -	int timerId;				// animation timer
    1.18 -	QList <MapObj*> animObjList;// list with animated objects
    1.19  };
    1.20  #endif
    1.21