[Libreoffice-commits] .: bean/native
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 25 02:34:30 PST 2011
bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 963e32eb1eaac471aaea47a6c37b35b76d070241
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 25 10:18:48 2011 +0000
WaE: gcc 4.6.0 various warnings
diff --git a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
index 8badd67..eb7111b 100644
--- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -99,7 +99,6 @@ JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative
JAWT_X11DrawingSurfaceInfo* dsi_x11;
Drawable drawable;
- Display* display;
/* Get the AWT */
awt.version = JAWT_VERSION_1_3;
@@ -124,7 +123,6 @@ JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative
dsi_x11 = (JAWT_X11DrawingSurfaceInfo*)dsi->platformInfo;
drawable = dsi_x11->drawable;
- display = dsi_x11->display;
/* Free the drawing surface info */
ds->FreeDrawingSurfaceInfo(dsi);
More information about the Libreoffice-commits
mailing list