Skip to content

Commit

Permalink
Removing togl from CyOpenGL.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Jan 31, 2024
1 parent 6f40c04 commit 678bbc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opengl/CyOpenGL.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include "initGlew.pxi"
include "CySnapPyfont.pxi"

from .infowindow import InfoWindow
from . import togl

from cpython cimport array
from libc.stdlib cimport malloc, free
Expand All @@ -25,10 +24,6 @@ import time

from tkinter_gl import GLCanvas

Togl_dir = os.path.abspath(os.path.dirname(togl.__file__))

import tkinter as Tk_

##############################################################################
# Utilties that work with any OpenGL

Expand Down

0 comments on commit 678bbc3

Please sign in to comment.