Skip to content

Commit

Permalink
small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 14, 2024
1 parent 4a1407d commit c727b9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/StringOps.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ namespace Timbl {
if ( trim ){
In.trim();
}
else {
In = par;
}
UnicodeString Out;
for ( int i=0; i < In.length(); ++i ){
switch ( In[i] ){
Expand Down

0 comments on commit c727b9b

Please sign in to comment.