Fixed fallout, glfbdev driver was calling a nop function that was removed.
authorSean D'Epagnier <sean@depagnier.com>
Sun, 22 Apr 2007 03:18:42 +0000 (20:18 -0700)
committerSean D'Epagnier <sean@depagnier.com>
Sun, 22 Apr 2007 03:18:42 +0000 (20:18 -0700)
src/mesa/drivers/fbdev/glfbdev.c

index f9d57db..0ece386 100644 (file)
@@ -802,7 +802,6 @@ glFBDevDestroyContext( GLFBDevContextPtr context )
       if (fbdevctx == context) {
          /* destroying current context */
          _mesa_make_current(NULL, NULL, NULL);
-         _mesa_notifyDestroy(&context->glcontext);
       }
       _mesa_free_context_data(&context->glcontext);
       _mesa_free(context);