move lttv to root
[lttv.git] / lttv / lttv / modules / examples / samplemodule2.c
diff --git a/lttv/lttv/modules/examples/samplemodule2.c b/lttv/lttv/modules/examples/samplemodule2.c
deleted file mode 100644 (file)
index 19a094d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Sample module for Linux Trace Toolkit new generation User Interface */
-
-/* Created by Mathieu Desnoyers, may 2003 */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <glib.h>
-#include <lttv/module.h>
-
-static void init() {
-       g_critical("Sample module 2 init()");
-}
-
-static void destroy() {
-       g_critical("Sample module 2 destroy()");
-}
-
-
-LTTV_MODULE("samplemodule2", "Medium...", "Long...", init, destroy, {})
-
This page took 0.02278 seconds and 4 git commands to generate.