summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMichael David Emmel <memmel@src.gnome.org>2006-08-02 21:45:53 +0000
committerMichael David Emmel <memmel@src.gnome.org>2006-08-02 21:45:53 +0000
commit468a7bc2f9c164c2fd2949d66389b6c6098c0845 (patch)
treef0d88883f7c9cb76a984731e642222b7edb763c3 /gdk
parentf46227d5e8eadf27a173656105e911ade1855269 (diff)
downloadgtk+-468a7bc2f9c164c2fd2949d66389b6c6098c0845.tar.gz
Removed unused call to GetPosition
Diffstat (limited to 'gdk')
-rw-r--r--gdk/directfb/gdkwindow-directfb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/directfb/gdkwindow-directfb.c b/gdk/directfb/gdkwindow-directfb.c
index e045cb2aa3..07870a9e59 100644
--- a/gdk/directfb/gdkwindow-directfb.c
+++ b/gdk/directfb/gdkwindow-directfb.c
@@ -1298,9 +1298,6 @@ _gdk_directfb_move_resize_child (GdkWindow *window,
_gdk_directfb_move_resize_child (list->data,
private->x, private->y,
impl->drawable.width, impl->drawable.height);
- //FIXEME should this really happen ?
- if( impl->drawable.surface )
- impl->drawable.surface->GetPosition(impl->drawable.surface,&x,&y);
}
}