Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
haiku: Fixed unlocking clipboard twice.
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
src/video/haiku/SDL_bclipboard.cc
|
@@ -61,8 +61,6 @@ char *BE_GetClipboardText(_THIS) { |
|
|
/* Presumably the string of characters is ascii-format */ |
|
|
clip->FindData("text/plain", B_MIME_TYPE, (const void**)&text, |
|
|
&length); |
|
|
} else { |
|
|
be_clipboard->Unlock(); |
|
|
} |
|
|
be_clipboard->Unlock(); |
|
|
} |
|
|