move all projects into the trunk directory
[lttv.git] / ltt / branches / poly / lttv / modules / examples / sampledep.c
diff --git a/ltt/branches/poly/lttv/modules/examples/sampledep.c b/ltt/branches/poly/lttv/modules/examples/sampledep.c
deleted file mode 100644 (file)
index 9f0ca61..0000000
+++ /dev/null
@@ -1,25 +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 module.h from lttv headers for module loading */
-#include <lttv/module.h>
-
-static void init() {
-       g_critical("Sample module dependant init()");
-}
-
-static void destroy() {
-       g_critical("Sample module dependant destroy()");
-}
-
-
-LTTV_MODULE("sampledep", "Medium desc...", "Long desc...", init, destroy, \
-           { "samplemodule" })
-
This page took 0.022466 seconds and 4 git commands to generate.