Remove some trash

This commit is contained in:
Dawid Drozd 2018-09-08 16:57:51 +02:00
parent 52d85fcfea
commit c53fc6fabb

View File

@ -49,7 +49,6 @@ EventCollector::~EventCollector()
EventCollector& EventCollector::operator=(const EventCollector& other)
{
std::unique_ptr<int> vector3;
if (this == &other)
{
return *this;