diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-30 05:32:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-30 06:14:12 +0300 |
commit | d1ca0f4ed0e30394ce6759a20d4896651dd43051 (patch) | |
tree | af9def17a770c6399e18965c9fb9f3bb4b91b702 /sal | |
parent | 0d341d28f73603670e3b8c639c583229d3c723a6 (diff) |
Bin some pointless comments and reduce some vertical whitespace
Bin pointless '// predeclarations' or '// forward declarations' comments. If
a programmer doesn't know what a forward declaration is, well, why read C++
source code?
Also bin some pointless '// end of namespace foo' comments after namespace
blocks just a handful of lines long, and some superfluous vertical whitespace.
Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
Diffstat (limited to 'sal')
-rw-r--r-- | sal/workben/clipboardwben/testviewer/cbvtest.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/workben/clipboardwben/testviewer/cbvtest.cxx b/sal/workben/clipboardwben/testviewer/cbvtest.cxx index b68375bb5e8d..8a43de4b6996 100644 --- a/sal/workben/clipboardwben/testviewer/cbvtest.cxx +++ b/sal/workben/clipboardwben/testviewer/cbvtest.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// TestWin32.cpp : Defines the entry point for the application. - #define _WIN32_DCOM #include "stdafx.h" @@ -39,7 +37,6 @@ #define MAX_LOADSTRING 100 -// Global variables: HINSTANCE g_hInst; // current instance HWND g_hwndMain; WCHAR szTitle[MAX_LOADSTRING]; // Text for title @@ -49,7 +46,6 @@ char* pTextBuff = NULL; DWORD lData = 0; UINT g_nCBChanges = 0; -// forward declaration ATOM MyRegisterClass( HINSTANCE hInstance ); BOOL InitInstance( HINSTANCE, int ); HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ); @@ -63,8 +59,6 @@ void CALLBACK OnClipboardContentChange(); LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM ); -// WinMain - int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, |