[f-spot] Clean up some crud.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Clean up some crud.
- Date: Thu, 12 Aug 2010 15:01:08 +0000 (UTC)
commit 7784aa88ab6f6b5465d8ba1af9be2a394bd6fbfb
Author: Ruben Vermeersch <ruben savanne be>
Date: Thu Aug 12 17:00:51 2010 +0200
Clean up some crud.
src/Clients/MainApp/tmp | 83 --------------------
src/Core/FSpot.Gui/FSpot.Gui/WindowOpacityFader.cs | 3 +-
2 files changed, 1 insertions(+), 85 deletions(-)
---
diff --git a/src/Core/FSpot.Gui/FSpot.Gui/WindowOpacityFader.cs b/src/Core/FSpot.Gui/FSpot.Gui/WindowOpacityFader.cs
index 405da65..25e6de6 100644
--- a/src/Core/FSpot.Gui/FSpot.Gui/WindowOpacityFader.cs
+++ b/src/Core/FSpot.Gui/FSpot.Gui/WindowOpacityFader.cs
@@ -18,7 +18,6 @@ namespace FSpot.Gui
{
public class WindowOpacityFader
{
- bool composited;
Gtk.Window win;
DoubleAnimation fadin;
@@ -35,7 +34,7 @@ namespace FSpot.Gui
[GLib.ConnectBefore]
public void HandleMapped (object sender, EventArgs args)
{
- composited = CompositeUtils.SupportsHint (win.Screen, "_NET_WM_WINDOW_OPACITY");
+ bool composited = CompositeUtils.SupportsHint (win.Screen, "_NET_WM_WINDOW_OPACITY");
if (!composited) {
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]