mirror of
https://github.com/brl/mutter.git
synced 2025-08-10 02:14:42 +00:00
Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable
2006-01-20 Elijah Newren <newren gmail com> * src/async-getprop.c: * src/common.h: * src/display.c: * src/eggaccelerators.c: * src/frames.c: * src/gradient.c: * src/iconcache.c: * src/keybindings.c: * src/metaaccellabel.c: * src/place.c: * src/prefs.c: * src/preview-widget.c: * src/screen.c: * src/session.c: * src/stack.c: * src/tabpopup.c: * src/theme-viewer.c: * src/theme.c: * src/window-props.c: * src/window.c: * src/workspace.c: * src/tools/metacity-window-demo.c: * src/wm-tester/test-gravity.c: * src/wm-tester/test-resizing.c: * src/wm-tester/test-size-hints.c: Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable removal, making unused variables used again, correction of types passed/declared for printf arguments, removal of unneeded breaks and returns, dead code removal, dead code revival, renaming to prevent shadowed variables, declaring unexported functions as static) spotted by the intel compiler. #321439
This commit is contained in:

committed by
Elijah Newren

parent
4c10722262
commit
32d4bd6b63
@@ -26,7 +26,7 @@
|
||||
|
||||
static GtkWidget* do_appwindow (void);
|
||||
|
||||
gboolean aspect_on;
|
||||
static gboolean aspect_on;
|
||||
|
||||
static void
|
||||
set_gdk_window_struts (GdkWindow *window,
|
||||
|
Reference in New Issue
Block a user