diff options
| author | lstrzebinczyk <[email protected]> | 2017-03-29 17:09:26 +0200 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-04-01 12:06:15 -0400 |
| commit | 02c1353d4fe6b4eef5c45d1ad45af53c782d2824 (patch) | |
| tree | 1b6d1c170f6f3e34fd722e4d2c92aeb25518c02a /ext | |
| parent | e5131435e9f78d37b8dd02be551299dac7f547d9 (diff) | |
| download | ruby2d-02c1353d4fe6b4eef5c45d1ad45af53c782d2824.tar.gz ruby2d-02c1353d4fe6b4eef5c45d1ad45af53c782d2824.zip | |
remove unneeded line
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ruby2d/ruby2d.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ruby2d/ruby2d.c b/ext/ruby2d/ruby2d.c index bddc4c6..7f530a5 100644 --- a/ext/ruby2d/ruby2d.c +++ b/ext/ruby2d/ruby2d.c @@ -243,7 +243,6 @@ static R_VAL ruby2d_ext_text_set(mrb_state* mrb, R_VAL self) { mrb_get_args(mrb, "o", &text); #else static R_VAL ruby2d_ext_text_set(R_VAL self, R_VAL text) { - r_iv_set(self, "@text", text); #endif // If called before window is shown, return |
