summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxis.h
diff options
context:
space:
mode:
authorjoye <joye>2014-03-10 18:01:06 (GMT)
committerjoye <joye>2014-03-10 18:01:06 (GMT)
commit81055e8a75d7d4737265187e6ecc2fa33be6e75e (patch)
tree39b74abf231622450739deb5c44b8ac3672fb8c9 /src/bltGrAxis.h
parent678308d0f0b6cd1445e304d417b0e897fc848a79 (diff)
downloadblt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.zip
blt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.tar.gz
blt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrAxis.h')
-rw-r--r--src/bltGrAxis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGrAxis.h b/src/bltGrAxis.h
index f4a1ee9..edcf9d2 100644
--- a/src/bltGrAxis.h
+++ b/src/bltGrAxis.h
@@ -120,11 +120,10 @@ typedef struct {
* no axis lines or ticks are
* drawn. */
- const char **limitsFormats; /* One or two strings of sprintf-like
+ const char *limitsFormat; /* String of sprintf-like
* formats describing how to display
* virtual axis limits. If NULL,
* display no limits. */
- int nFormats;
TextStyle limitsTextStyle; /* Text attributes (color, font,
* rotation, etc.) of the limits. */