Revert "Quick fix for system info text always being scrolled out of view when loaded for the first time"

This can be done without extending the API, using RNA access instead.
This commit is contained in:
Campbell Barton
2014-01-05 01:12:48 +11:00
parent 1f2aec71b4
commit 0a3ce15ce3
2 changed files with 1 additions and 24 deletions

View File

@@ -163,7 +163,4 @@ def write_sysinfo(op):
for l in glext:
output.write("\t\t%r\n" % (l))
# Back to first line, so everything is still in sight
output.jump(1)
op.report({'INFO'}, "System information generated in 'system-info.txt'")