Remove some more unused variables

This commit is contained in:
Руслан Ижбулатов 2018-06-10 20:55:46 +00:00
parent bc47fa27d4
commit 0e1710a372
2 changed files with 0 additions and 4 deletions

View File

@ -171,7 +171,6 @@ gdk_win32_clipboard_store_async (GdkClipboard *clipboard,
GAsyncReadyCallback callback,
gpointer user_data)
{
GdkWin32Clipboard *cb = GDK_WIN32_CLIPBOARD (clipboard);
GdkContentProvider *content;
GdkContentFormats *formats;
GTask *store_task;

View File

@ -914,7 +914,6 @@ process_retrieve (GdkWin32ClipboardThreadRetrieve *retr)
UINT fmt, fmt_to_use;
HANDLE hdata;
GdkWin32ContentFormatPair *pair;
gpointer ptr;
guchar *data;
gsize data_len;
GInputStream *stream;
@ -1879,8 +1878,6 @@ gdk_win32_clipdrop_init (GdkWin32Clipdrop *win32_clipdrop)
void
_gdk_dropfiles_store (gchar *data)
{
GdkWin32Clipdrop *clipdrop = _gdk_win32_clipdrop_get ();
/* FIXME: REMOVE ALL THAT STUFF
if (data != NULL)
{