]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/textentry_osx.cpp
Remove unused variables in wxOSX code.
[wxWidgets.git] / src / osx / textentry_osx.cpp
index 9fad59280c0a8fb3c678d8254f3a3f2de0c01575..5f51fca1b7bb9524088b0e9e0c3917430bd237d6 100644 (file)
@@ -151,7 +151,7 @@ void wxTextEntry::Remove(long from, long to)
         EventsSuppressor noevents(this);
         GetTextPeer()->Remove( from , to );
     }
-    
+
     SendTextUpdatedEventIfAllowed();
 }