mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Remove some more unused variables
This commit is contained in:
parent
bc47fa27d4
commit
0e1710a372
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user