move everything out of trunk
[lttv.git] / trunk / lttv / lttv / modules / examples / samplemodule.c
diff --git a/trunk/lttv/lttv/modules/examples/samplemodule.c b/trunk/lttv/lttv/modules/examples/samplemodule.c
deleted file mode 100644 (file)
index 6e676d5..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 init()");
-}
-
-static void destroy() {
-       g_critical("Sample module destroy()");
-}
-
-
-LTTV_MODULE("sampledep", "Medium...", "Long...", init, destroy, {})
-
This page took 0.022113 seconds and 4 git commands to generate.