summaryrefslogtreecommitdiff
path: root/windowspopover/main.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-09 15:49:23 -0400
committerPietro Gagliardi <[email protected]>2014-10-09 15:49:23 -0400
commita1a0616b5d6ad0183ab21f2947691eaa182c701d (patch)
treecae4510989b3912376071d90f7d181b4a2d415bd /windowspopover/main.c
parentc2b034ccf9bbc6edafafaa5c64ad82cb03546f31 (diff)
More Windows popover work.
Diffstat (limited to 'windowspopover/main.c')
-rw-r--r--windowspopover/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/windowspopover/main.c b/windowspopover/main.c
index 2697dd4..ae6f28b 100644
--- a/windowspopover/main.c
+++ b/windowspopover/main.c
@@ -78,8 +78,6 @@ LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
SetWindowRgn(hwnd, region, TRUE);
ReleaseDC(hwnd, dc);
return 0;
- case WM_NCCALCSIZE:
- break;
case WM_ERASEBKGND:
return (LRESULT) NULL;
case WM_PAINT: