summaryrefslogtreecommitdiffstats
path: root/src/bltConfig.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-15 21:09:28 (GMT)
committerjoye <joye>2014-04-15 21:09:28 (GMT)
commit44b3db80bb8e9f6fcf886fd3e1c5cfdc7c4af299 (patch)
tree9e5a41eb2a6e965cd0d2443ef1fbdbbf231f050b /src/bltConfig.h
parent4548276095e4b5ef2c99cb910633f55df20ef7b9 (diff)
downloadblt-44b3db80bb8e9f6fcf886fd3e1c5cfdc7c4af299.zip
blt-44b3db80bb8e9f6fcf886fd3e1c5cfdc7c4af299.tar.gz
blt-44b3db80bb8e9f6fcf886fd3e1c5cfdc7c4af299.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltConfig.h')
-rw-r--r--src/bltConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bltConfig.h b/src/bltConfig.h
index 4bb0ce5..c1d033a 100644
--- a/src/bltConfig.h
+++ b/src/bltConfig.h
@@ -40,13 +40,6 @@
extern const char* fillObjOption[];
extern const char* stateObjOption[];
-typedef struct {
- unsigned char values[12];
- int offset;
-} Blt_Dashes;
-
-#define LineIsDashed(d) ((d).values[0] != 0)
-
extern Tk_ObjCustomOption dashesObjOption;
extern Tk_ObjCustomOption listObjOption;
@@ -54,6 +47,4 @@ extern "C" {
Tk_CustomOptionRestoreProc RestoreProc;
};
-extern void Blt_SetDashes (Display *display, GC gc, Blt_Dashes *dashesPtr);
-
#endif