Remove extra semicolons in Objective-C code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 14:16:58 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 14:16:58 +0000 (14:16 +0000)
commitdbbb040c9ffd6633e68bc15d0176fddacf54a824
treeae993d8b730ad8e1720d8c978ff03b958d0ce093
parent062aa562d0402b7fe888dbcf3a5a94ef28560d1f
Remove extra semicolons in Objective-C code.

The semicolons after the method signature in its implementation are useless
and, in fact, provoke warnings from the compiler used by Xcode 4. Simply
remove them.

See #12927.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/notebook.mm
src/osx/cocoa/utils.mm