mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Remove unused player_logger.cpp
Took 2 minutes
This commit is contained in:
parent
69b2ddc1b4
commit
d2a0f03625
3 changed files with 0 additions and 15 deletions
|
|
@ -225,7 +225,6 @@ set(cockatrice_SOURCES
|
||||||
src/game/player/player_graphics_item.cpp
|
src/game/player/player_graphics_item.cpp
|
||||||
src/game/player/player_info.cpp
|
src/game/player/player_info.cpp
|
||||||
src/game/player/player_list_widget.cpp
|
src/game/player/player_list_widget.cpp
|
||||||
src/game/player/player_logger.cpp
|
|
||||||
src/game/player/player_manager.cpp
|
src/game/player/player_manager.cpp
|
||||||
src/game/player/player_menu.cpp
|
src/game/player/player_menu.cpp
|
||||||
src/game/player/player_target.cpp
|
src/game/player/player_target.cpp
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
// #include "player_logger.h"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
#ifndef COCKATRICE_PLAYER_LOGGER_H
|
|
||||||
#define COCKATRICE_PLAYER_LOGGER_H
|
|
||||||
#include <QObject>
|
|
||||||
|
|
||||||
class PlayerLogger : public QObject
|
|
||||||
{
|
|
||||||
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
PlayerLogger(QObject *parent, Player *player);
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // COCKATRICE_PLAYER_LOGGER_H
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue