summaryrefslogtreecommitdiff
path: root/package/ltt/ltt-gcc4.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 12:56:35 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 12:56:35 +0000
commitc0dfdc21f9ba9dbd1a614e9d65c0bead08ad58e6 (patch)
tree02a330480c448172c1e67328e5f0b387060db587 /package/ltt/ltt-gcc4.patch
parent4d12298c677df0e1ac60dbd9d48e56ef73d100ea (diff)
package/: remove obsolete ltt package
As discussed on the list.
Diffstat (limited to 'package/ltt/ltt-gcc4.patch')
-rw-r--r--package/ltt/ltt-gcc4.patch23
1 files changed, 0 insertions, 23 deletions
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 <string.h>
- #include <fcntl.h>
- #include <unistd.h>
-+#include <stdlib.h>
- #include <sys/stat.h>
- #include <gdk/gdkkeysyms.h>
-
-@@ -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),