diff options
| author | 2010-05-23 16:07:37 +0000 | |
|---|---|---|
| committer | 2010-05-23 16:07:37 +0000 | |
| commit | f4cc67acb387b80a36c124676049838029db3463 (patch) | |
| tree | 035b4c7b81189d02190e12a9370cb09e7f7ea04d /src | |
| parent | Some fixes in object classes inheritance (diff) | |
| download | KVIrc-f4cc67acb387b80a36c124676049838029db3463.tar.gz KVIrc-f4cc67acb387b80a36c124676049838029db3463.tar.bz2 KVIrc-f4cc67acb387b80a36c124676049838029db3463.zip | |
removed useless header
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4363 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvilib/config/kvi_version.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/kvilib/config/kvi_version.h b/src/kvilib/config/kvi_version.h deleted file mode 100644 index 85f2166eb..000000000 --- a/src/kvilib/config/kvi_version.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef _KVI_VERSION_H_ -#define _KVI_VERSION_H_ -//============================================================================= -// -// File : kvi_version.h -// Creation date : Sun Mar 5 2006 23:22:22 CEST by Szymon Stefanek -// -// This file is part of the KVirc irc client distribution -// Copyright (C) 2006-2008 Szymon Stefanek (pragma at kvirc dot net) -// -// 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 opinion) 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// -//============================================================================= - -/** -* \file kvi_version.h -* \author Szymon Stefanek -* \brief Shortcut for some headers -*/ - -#include "kvi_settings.h" - -#endif //!_KVI_VERSION_H_ |
