mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
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
This commit is contained in:
parent
266dea3553
commit
2038f0181b
1 changed files with 0 additions and 2 deletions
|
|
@ -269,8 +269,6 @@ static LRESULT CALLBACK window_proc(
|
|||
LPARAM lParam) // second message parameter
|
||||
{
|
||||
switch(uMsg){
|
||||
case WM_PAINT:
|
||||
break;
|
||||
case WM_DESTROY:
|
||||
break;
|
||||
case WM_SIZE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue