projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
mac
/
fontutil.cpp
diff --git
a/src/mac/fontutil.cpp
b/src/mac/fontutil.cpp
index 49d08234bcbe103056b28e3fd43152fe024a98ea..4f61d13ff40a7a10b9f71a77498c6c8b71e5b6d7 100644
(file)
--- a/
src/mac/fontutil.cpp
+++ b/
src/mac/fontutil.cpp
@@
-150,8
+150,6
@@
bool wxGetNativeFontEncoding(wxFontEncoding encoding,
return FALSE;
}
- info->encoding = encoding;
-
return TRUE;
}