forked from AuroraMiddleware/gtk
win32: Remove unused variables
This commit is contained in:
parent
321a21015e
commit
1793546d7a
@ -55,7 +55,6 @@ static void gdk_surface_impl_win32_finalize (GObject *object);
|
|||||||
static gpointer parent_class = NULL;
|
static gpointer parent_class = NULL;
|
||||||
static GSList *modal_window_stack = NULL;
|
static GSList *modal_window_stack = NULL;
|
||||||
|
|
||||||
static const cairo_user_data_key_t gdk_win32_cairo_key;
|
|
||||||
typedef struct _FullscreenInfo FullscreenInfo;
|
typedef struct _FullscreenInfo FullscreenInfo;
|
||||||
|
|
||||||
struct _FullscreenInfo
|
struct _FullscreenInfo
|
||||||
@ -746,7 +745,6 @@ gdk_win32_surface_destroy (GdkSurface *window,
|
|||||||
gboolean foreign_destroy)
|
gboolean foreign_destroy)
|
||||||
{
|
{
|
||||||
GdkSurfaceImplWin32 *surface_impl = GDK_SURFACE_IMPL_WIN32 (window->impl);
|
GdkSurfaceImplWin32 *surface_impl = GDK_SURFACE_IMPL_WIN32 (window->impl);
|
||||||
GSList *tmp;
|
|
||||||
|
|
||||||
g_return_if_fail (GDK_IS_SURFACE (window));
|
g_return_if_fail (GDK_IS_SURFACE (window));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user