summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-07 20:24:50 -0500
committerpommicket <pommicket@gmail.com>2022-12-07 20:24:50 -0500
commitcff4d007271796b779dc90f8f6b3351a2d93907f (patch)
tree8a5d276919e54923298068fe6a84dba3aec2d3de
parente47e17a810962a20d9483222ee2908071c89984c (diff)
[1.3r2] remove glFinish
-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 c2e98dd..a6f56fb 100644
--- a/main.c
+++ b/main.c
@@ -970,8 +970,6 @@ int main(int argc, char **argv) {
buffer_check_valid(&ted->line_buffer);
#endif
- glFinish();
-
double frame_end_noswap = time_get_seconds();
#if PROFILE
{