summaryrefslogtreecommitdiffstats
path: root/bin/syncqt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/syncqt')
-rwxr-xr-xbin/syncqt6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/syncqt b/bin/syncqt
index c6e22aa63f..3e7aea96a5 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -195,12 +195,6 @@ sub classNames {
chomp $line;
chop $line if ($line =~ /\r$/);
if($line =~ /^\#/) {
- if($line =~ /\\$/) {
- while($line = <F>) {
- chomp $line;
- last unless($line =~ /\\$/);
- }
- }
return @ret if($line =~ m/^#pragma qt_sync_stop_processing/);
push(@ret, $1) if($line =~ m/^#pragma qt_class\(([^)]*)\)[\r\n]*$/);
$line = 0;