From 2976b53ff8c815f5f6a5deba1763fba153bd528f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 16 Mar 2013 22:33:14 +0200 Subject: Bin more pointless comments and ASCII graphics Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123 --- vcl/source/window/scrwnd.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vcl/source/window/scrwnd.hxx') diff --git a/vcl/source/window/scrwnd.hxx b/vcl/source/window/scrwnd.hxx index 2b6e7c78ca08..bd6ee20204f0 100644 --- a/vcl/source/window/scrwnd.hxx +++ b/vcl/source/window/scrwnd.hxx @@ -21,10 +21,6 @@ #include #include -// ----------- -// - Defines - -// ----------- - #define WHEELMODE_NONE 0x00000000UL #define WHEELMODE_VH 0x00000001UL #define WHEELMODE_V 0x00000002UL @@ -33,10 +29,6 @@ #define WHEELMODE_SCROLL_V 0x00000010UL #define WHEELMODE_SCROLL_H 0x00000020UL -// ------------------- -// - ImplWheelWindow - -// ------------------- - class Timer; class ImplWheelWindow : public FloatingWindow -- cgit