[SCM] calf/master: Remove the commented out type registration-related code.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:22 UTC 2013


The following commit has been merged in the master branch:
commit 0b6611b5e7541a65ed05e28476ab6014b9d8be15
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Sep 18 14:02:56 2010 +0100

    Remove the commented out type registration-related code.

diff --git a/src/custom_ctl.cpp b/src/custom_ctl.cpp
index 6620284..ba08288 100644
--- a/src/custom_ctl.cpp
+++ b/src/custom_ctl.cpp
@@ -27,27 +27,6 @@
 #include <gdk/gdk.h>
 #include <sys/time.h>
 
-/*
-I don't really know how to do it, or if it can be done this way.
-struct calf_ui_type_module
-{
-    GTypeModule *module;
-    
-    calf_ui_type_module()
-    {
-        module = g_type_module_new();
-        g_type_module_set_name(module, "calf_custom_ctl");
-        g_type_module_use(module);
-    }
-    ~calf_ui_type_module()
-    {
-        g_type_module_unuse(module);
-    }
-};
-
-static calf_ui_type_module type_module;
-*/
-
 static void
 calf_line_graph_copy_cache_to_window( CalfLineGraph *lg, cairo_t *c )
 {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list