diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:03:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:03:17 +0000 |
commit | 0df68ef45f3467047892d9b5547329aaac6e56f0 (patch) | |
tree | 48a8fed1ca90d7e8baa0795a2b55cfcf37638f12 /protocols/IcqOscarJ/src | |
parent | ee75658816de02720305614c3da6b0ded28e40a8 (diff) |
unneeded file removed from ICQ
git-svn-id: http://svn.miranda-ng.org/main/trunk@8146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r-- | protocols/IcqOscarJ/src/changeinfo/db.cpp | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/changeinfo/dlgproc.cpp | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/changeinfo/editstring.cpp | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/changeinfo/main.cpp | 28 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/changeinfo/upload.cpp | 2 |
5 files changed, 4 insertions, 30 deletions
diff --git a/protocols/IcqOscarJ/src/changeinfo/db.cpp b/protocols/IcqOscarJ/src/changeinfo/db.cpp index 07807549cd..1403518297 100644 --- a/protocols/IcqOscarJ/src/changeinfo/db.cpp +++ b/protocols/IcqOscarJ/src/changeinfo/db.cpp @@ -25,6 +25,7 @@ // ChangeInfo Plugin stuff
//
// -----------------------------------------------------------------------------
+
#include "icqoscar.h"
void ChangeInfoData::LoadSettingsFromDb(int keepChanged)
diff --git a/protocols/IcqOscarJ/src/changeinfo/dlgproc.cpp b/protocols/IcqOscarJ/src/changeinfo/dlgproc.cpp index e8d71f869f..946857cbb4 100644 --- a/protocols/IcqOscarJ/src/changeinfo/dlgproc.cpp +++ b/protocols/IcqOscarJ/src/changeinfo/dlgproc.cpp @@ -25,6 +25,7 @@ // ChangeInfo Plugin stuff
//
// -----------------------------------------------------------------------------
+
#include "icqoscar.h"
#define DM_PROTOACK (WM_USER+10)
diff --git a/protocols/IcqOscarJ/src/changeinfo/editstring.cpp b/protocols/IcqOscarJ/src/changeinfo/editstring.cpp index 2f99e4731f..191b933cf3 100644 --- a/protocols/IcqOscarJ/src/changeinfo/editstring.cpp +++ b/protocols/IcqOscarJ/src/changeinfo/editstring.cpp @@ -25,8 +25,8 @@ // ChangeInfo Plugin stuff
//
// -----------------------------------------------------------------------------
-#include "icqoscar.h"
+#include "icqoscar.h"
static ChangeInfoData *dataStringEdit = NULL;
static HWND hwndEdit = NULL, hwndExpandButton = NULL, hwndUpDown = NULL;
diff --git a/protocols/IcqOscarJ/src/changeinfo/main.cpp b/protocols/IcqOscarJ/src/changeinfo/main.cpp deleted file mode 100644 index 22669be3aa..0000000000 --- a/protocols/IcqOscarJ/src/changeinfo/main.cpp +++ /dev/null @@ -1,28 +0,0 @@ -// ---------------------------------------------------------------------------80
-// ICQ plugin for Miranda Instant Messenger
-// ________________________________________
-//
-// Copyright © 2001-2004 Richard Hughes, Martin Öberg
-// Copyright © 2004-2008 Joe Kucera, Bio
-//
-// 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.
-//
-// -----------------------------------------------------------------------------
-// DESCRIPTION:
-//
-// ChangeInfo Plugin stuff
-//
-// -----------------------------------------------------------------------------
-#include "icqoscar.h"
diff --git a/protocols/IcqOscarJ/src/changeinfo/upload.cpp b/protocols/IcqOscarJ/src/changeinfo/upload.cpp index b619f099e2..fe5258c8ee 100644 --- a/protocols/IcqOscarJ/src/changeinfo/upload.cpp +++ b/protocols/IcqOscarJ/src/changeinfo/upload.cpp @@ -25,8 +25,8 @@ // ChangeInfo Plugin stuff
//
// -----------------------------------------------------------------------------
-#include "icqoscar.h"
+#include "icqoscar.h"
int CIcqProto::StringToListItemId(const char *szSetting,int def)
{
|