From c0dfdc21f9ba9dbd1a614e9d65c0bead08ad58e6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 4 Feb 2009 12:56:35 +0000 Subject: package/: remove obsolete ltt package As discussed on the list. --- package/ltt/ltt-gcc4.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 package/ltt/ltt-gcc4.patch (limited to 'package/ltt/ltt-gcc4.patch') diff --git a/package/ltt/ltt-gcc4.patch b/package/ltt/ltt-gcc4.patch deleted file mode 100644 index 4e709d687..000000000 --- a/package/ltt/ltt-gcc4.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- orig/TraceToolkit-0.9.5/Visualizer/MainWindow.c 2002-04-15 19:23:49.000000000 -0700 -+++ TraceToolkit-0.9.5/Visualizer/MainWindow.c 2006-04-05 16:04:47.000000000 -0700 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -3146,8 +3147,10 @@ - - /* FORCEFULLY disconnect event handlers from the notebook widget */ - /* I didn't find any cleaner way to do this. K.Y. 9/5/2000 */ -- GTK_SIGNAL_FUNC(GTK_WIDGET_CLASS(GTK_OBJECT(pmSysView->Window->MNotebook)->klass)->key_press_event) = NULL, -- GTK_SIGNAL_FUNC(GTK_WIDGET_CLASS(GTK_OBJECT(pmSysView->Window->MNotebook)->klass)->focus_in_event) = NULL, -+ gtk_type_free(GTK_TYPE_SIGNAL, -+ GTK_SIGNAL_FUNC(GTK_WIDGET_CLASS(GTK_OBJECT(pmSysView->Window->MNotebook)->klass)->key_press_event)); -+ gtk_type_free(GTK_TYPE_SIGNAL, -+ GTK_SIGNAL_FUNC(GTK_WIDGET_CLASS(GTK_OBJECT(pmSysView->Window->MNotebook)->klass)->focus_in_event)); - - /* Connect the key press event */ - gtk_signal_connect(GTK_OBJECT(pmSysView->Window->MWindow), -- cgit v1.2.3