diff --git a/src/shared/Database/MySQLDelayThread.h b/src/shared/Database/MySQLDelayThread.h deleted file mode 100644 index 888860711..000000000 --- a/src/shared/Database/MySQLDelayThread.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (C) 2005-2012 MaNGOS - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef __MYSQLDELAYTHREAD_H -#define __MYSQLDELAYTHREAD_H - -#include "Database/SqlDelayThread.h" - -class MySQLDelayThread : public SqlDelayThread -{ - public: - MySQLDelayThread(Database* db) : SqlDelayThread(db) {} - void Stop() { SqlDelayThread::Stop() override; } -}; -#endif //__MYSQLDELAYTHREAD_H diff --git a/win/VC100/shared.vcxproj b/win/VC100/shared.vcxproj index 691fcd603..a8b44d3d3 100644 --- a/win/VC100/shared.vcxproj +++ b/win/VC100/shared.vcxproj @@ -475,7 +475,6 @@ - diff --git a/win/VC100/shared.vcxproj.filters b/win/VC100/shared.vcxproj.filters index afc5f4afb..3591706d8 100644 --- a/win/VC100/shared.vcxproj.filters +++ b/win/VC100/shared.vcxproj.filters @@ -107,9 +107,6 @@ Database - - Database - Database diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj index 1fa513af3..4243bbe5c 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -543,10 +543,6 @@ RelativePath="..\..\src\shared\Database\Field.h" > - -