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 Mar 6, 2024
1 parent f2bde9e commit dc97f70
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 dc97f70

Please sign in to comment.