summaryrefslogtreecommitdiff
path: root/gi/pygi-cache.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-07-18 11:04:58 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-07-18 11:04:58 -0400
commitbf284c7c47c3e52ab4d8700327a170903e9ebad2 (patch)
tree355c909a9c2a2a107e4bd8272b8ea85de7120f77 /gi/pygi-cache.h
parent8c653ec3033fab47c4bb4071b5732a349357141f (diff)
downloadpygobject-bf284c7c47c3e52ab4d8700327a170903e9ebad2.tar.gz
remove some left over ifdefs to complete merge of the invoke-rewrite branch
Diffstat (limited to 'gi/pygi-cache.h')
-rw-r--r--gi/pygi-cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
index 6509149f..73311031 100644
--- a/gi/pygi-cache.h
+++ b/gi/pygi-cache.h
@@ -19,7 +19,6 @@
* USA
*/
-#ifdef ENABLE_INVOKE_NG
#ifndef __PYGI_CACHE_H__
#define __PYGI_CACHE_H__
@@ -169,4 +168,3 @@ PyGICallableCache *_pygi_callable_cache_new (GICallableInfo *callable_info);
G_END_DECLS
#endif /* __PYGI_CACHE_H__ */
-#endif /* def ENABLE_INVOKE_NG */