Commit 2038f018 authored by smorlat's avatar smorlat
Browse files

fix horrible bug that render the whole app unusable.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@698 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
parent 266dea35
No related merge requests found
Showing with 0 additions and 2 deletions
...@@ -269,8 +269,6 @@ static LRESULT CALLBACK window_proc( ...@@ -269,8 +269,6 @@ static LRESULT CALLBACK window_proc(
LPARAM lParam) // second message parameter LPARAM lParam) // second message parameter
{ {
switch(uMsg){ switch(uMsg){
case WM_PAINT:
break;
case WM_DESTROY: case WM_DESTROY:
break; break;
case WM_SIZE: case WM_SIZE:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment