Update TooltipDialog.h

Remove a line, remove some spacing
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 04:28:00 -05:00
parent be699d3986
commit eba0bc30a2
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
#include "stdafx.h"
typedef struct {
WORD ctrlId;
char* text;
@ -55,4 +54,4 @@ public:
#define BEGIN_TOOLTIP_MAP() static const _ToolTipMap* _GetToolTipMap() { static const _ToolTipMap map[] = {
#define TOOLTIP(ctrlId, text) { ctrlId, text },
#define END_TOOLTIP_MAP() { 0 } }; return map; }
#define END_TOOLTIP_MAP() { 0 } }; return map; }