st/egl: Drop context argument from egl_g3d_get_egl_image.
authorChia-I Wu <olv@lunarg.com>
Thu, 30 Sep 2010 15:43:58 +0000 (23:43 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 30 Sep 2010 15:45:27 +0000 (23:45 +0800)
Fix a regression since 17eace581d25a626a7d75d9d1205d012cbb14a6e.

src/gallium/state_trackers/egl/common/egl_g3d_st.c

index 05cdb0d421c8faf8f8c0441bb43c6c890c441990..0affe632cfea925362e96748a0dfe7079fb640da 100644 (file)
@@ -51,7 +51,6 @@ egl_g3d_st_manager(struct st_manager *smapi)
 
 static boolean
 egl_g3d_st_manager_get_egl_image(struct st_manager *smapi,
-                                 struct st_context_iface *stctx,
                                  void *egl_image,
                                  struct st_egl_image *out)
 {