summaryrefslogtreecommitdiff
path: root/src/gdfontg.h
diff options
context:
space:
mode:
authortabe <none@none>2013-02-11 12:42:42 +0900
committertabe <none@none>2013-02-11 12:42:42 +0900
commit335dfbda7aa110d24cd0690a82fc1b662cdaf99b (patch)
treedffc856767a68f4829092b5a96efe4ed5a411ca3 /src/gdfontg.h
parent3efe2b55b1248a212bf73cbe4165122d5a5ec755 (diff)
downloadlibgd-335dfbda7aa110d24cd0690a82fc1b662cdaf99b.tar.gz
remove unnecessary nested extern "C" {...}
Diffstat (limited to 'src/gdfontg.h')
-rw-r--r--src/gdfontg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gdfontg.h b/src/gdfontg.h
index 844cf7e..4894b4f 100644
--- a/src/gdfontg.h
+++ b/src/gdfontg.h
@@ -1,8 +1,3 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
#ifndef _GDFONTG_H_
#define _GDFONTG_H_ 1
@@ -32,7 +27,3 @@ extern "C"
#endif
#endif
-
-#ifdef __cplusplus
-}
-#endif