summaryrefslogtreecommitdiff
path: root/desktop/win32/source
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-03-25 20:48:19 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-25 20:48:58 +0100
commitf1302fb394a3727e0aee18e1429ffa16030d743e (patch)
tree786085486173f6e0033bb5b9ef04ffa708436129 /desktop/win32/source
parent5ad613272937edf33b126eeeb0ab15050c0c115e (diff)
Remove commented code in libs-core/desktop
Diffstat (limited to 'desktop/win32/source')
-rwxr-xr-xdesktop/win32/source/applauncher/launcher.cxx1
-rwxr-xr-xdesktop/win32/source/extendloaderenvironment.hxx2
-rwxr-xr-xdesktop/win32/source/officeloader/officeloader.cxx1
-rwxr-xr-xdesktop/win32/source/setup/setup_main.cxx2
4 files changed, 0 insertions, 6 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx
index 4ea164d2eeed..a7a17b59a215 100755
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -72,7 +72,6 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
ppArguments = GetArgv( &nArguments );
- // if ( 1 == nArguments )
{
lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SWITCH) + 2) );
diff --git a/desktop/win32/source/extendloaderenvironment.hxx b/desktop/win32/source/extendloaderenvironment.hxx
index b9b262bb13ed..ace91b1a913d 100755
--- a/desktop/win32/source/extendloaderenvironment.hxx
+++ b/desktop/win32/source/extendloaderenvironment.hxx
@@ -79,12 +79,10 @@ inline WCHAR * commandLineAppendEncoded(WCHAR * buffer, WCHAR const * text) {
// Set the PATH environment variable in the current (loader) process, so that a
// following CreateProcess has the necessary environment:
-//
// @param binPath
// Must point to an array of size at least MAX_PATH. Is filled with the null
// terminated full path to the "bin" file corresponding to the current
// executable.
-//
// @param iniDirectory
// Must point to an array of size at least MAX_PATH. Is filled with the null
// terminated full directory path (ending in "\") to the "ini" file
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx
index d3335c80a560..6375e5662b69 100755
--- a/desktop/win32/source/officeloader/officeloader.cxx
+++ b/desktop/win32/source/officeloader/officeloader.cxx
@@ -115,7 +115,6 @@ BOOL WINAPI ConvertSidToStringSid( PSID pSid, LPTSTR* StringSid )
}
// Add SID subauthorities to the string.
- //
for (dwCounter=0 ; dwCounter < dwSubAuthorities ; dwCounter++)
{
dwSidSize+=wsprintf(*StringSid + dwSidSize, TEXT("-%lu"),
diff --git a/desktop/win32/source/setup/setup_main.cxx b/desktop/win32/source/setup/setup_main.cxx
index d99b671ba04c..0fb9aac2533e 100755
--- a/desktop/win32/source/setup/setup_main.cxx
+++ b/desktop/win32/source/setup/setup_main.cxx
@@ -75,8 +75,6 @@ SetupApp::~SetupApp()
}
//--------------------------------------------------------------------------
-//--------------------------------------------------------------------------
-//--------------------------------------------------------------------------
extern "C" int __stdcall WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, int )
{