[chronojump] Code clean
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Code clean
- Date: Tue, 26 Feb 2013 14:15:46 +0000 (UTC)
commit 645c064f47ab5c55e27115adda983fbe7c1b80f0
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Feb 26 15:15:36 2013 +0100
Code clean
src/gui/encoder.cs | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index a604376..84efa78 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2129,18 +2129,6 @@ public partial class ChronoJumpWindow
encoder_capture_allocationXOld = allocation.Width;
}
- public void on_encoder_capture_drawingarea_expose_event_call(int x, int y, int width, int height) {
- if(encoder_capture_pixmap != null) {
- Log.WriteLine("EXPOSECALL");
- encoder_capture_drawingarea.GdkWindow.DrawDrawable(
- encoder_capture_drawingarea.Style.WhiteGC,
- encoder_capture_pixmap,
- x, y,
- x, y,
- width, height);
- }
- }
-
public void on_encoder_capture_drawingarea_expose_event(object o, ExposeEventArgs args)
{
/* in some mono installations, configure_event is not called, but expose_event yes.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]