diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-03-31 23:11:37 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-03-31 23:11:37 +0000 |
| commit | a8809d5d4f115dc1f4415a41f1feb5828e4201c9 (patch) | |
| tree | b0acd159ed7fdb871177100a2efe9a3e19121f26 /src/2geom/svg-path-parser.cpp | |
| parent | partial 2geom update (fixes warning) (diff) | |
| download | inkscape-a8809d5d4f115dc1f4415a41f1feb5828e4201c9.tar.gz inkscape-a8809d5d4f115dc1f4415a41f1feb5828e4201c9.zip | |
2geom: silence warning
(bzr r13247)
Diffstat (limited to 'src/2geom/svg-path-parser.cpp')
| -rw-r--r-- | src/2geom/svg-path-parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/svg-path-parser.cpp b/src/2geom/svg-path-parser.cpp index fa31b57b5..ccc383920 100644 --- a/src/2geom/svg-path-parser.cpp +++ b/src/2geom/svg-path-parser.cpp @@ -1144,7 +1144,7 @@ static const char _svg_path_trans_actions[] = { static const int svg_path_start = 1; static const int svg_path_first_final = 270; -static const int svg_path_en_main = 1; +//static const int svg_path_en_main = 1; #line 144 "/home/tweenk/src/lib2geom/src/2geom/svg-path-parser.rl" |
