Fixed multiline commment in commented out code

This commit is contained in:
vurtun 2017-03-25 23:29:42 +01:00
parent 2a0942f04f
commit 1a87c13d84

View File

@ -292,7 +292,7 @@ static void
nk_sfml_clipboard_paste(nk_handle usr, struct nk_text_edit* edit)
{
#if 0
/* Not Implemented in SFML
/* Not Implemented in SFML */
(void)usr;
sf::Clipboard clipboard(sfml.window);
const char* text = clipboard.getText();