summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--control2
-rw-r--r--main.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/control b/control
index 80ba76d..05569b7 100644
--- a/control
+++ b/control
@@ -1,5 +1,5 @@
Package: ted
-Version: 1.3r1
+Version: 1.3r2
Section: text
Priority: optional
Architecture: amd64
diff --git a/main.c b/main.c
index 81e5199..1842af6 100644
--- a/main.c
+++ b/main.c
@@ -993,8 +993,6 @@ int main(int argc, char **argv) {
buffer_check_valid(&ted->line_buffer);
#endif
- glFinish();
-
double frame_end_noswap = time_get_seconds();
#if PROFILE
{