summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ganv/wrap.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp
index f0b95bb..db871b5 100644
--- a/ganv/wrap.hpp
+++ b/ganv/wrap.hpp
@@ -95,16 +95,6 @@ private: \
return NULL; \
} \
} \
- static inline const Ganv::Name* \
- wrap(const Ganv##Name* gobj) \
- { \
- if (gobj) { \
- GQuark key = g_quark_from_string("ganvmm"); \
- return (const Ganv::Name*)g_object_get_qdata(G_OBJECT(gobj), key); \
- } else { \
- return NULL; \
- } \
- } \
}
#endif // GANV_WRAP_HPP