diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 11:03:16 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 11:03:16 +0000 |
| commit | 3d0c6b7f980566373448dcbc247245fedabf6392 (patch) | |
| tree | 35e3b21c3ac349b19440ae9edb45d22c9de339a5 /src/engine/client/ui.cpp | |
| parent | 8bda737f24b293e7c08ee1014f7690e3154928f9 (diff) | |
| download | zcatch-3d0c6b7f980566373448dcbc247245fedabf6392.tar.gz zcatch-3d0c6b7f980566373448dcbc247245fedabf6392.zip | |
generic line wrapping
Diffstat (limited to 'src/engine/client/ui.cpp')
| -rw-r--r-- | src/engine/client/ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/ui.cpp b/src/engine/client/ui.cpp index d7a0a4d8..7b309539 100644 --- a/src/engine/client/ui.cpp +++ b/src/engine/client/ui.cpp @@ -15,7 +15,6 @@ struct pretty_font }; extern pretty_font *current_font; -void gfx_pretty_text(float x, float y, float size, const char *text); static void *hot_item = 0; static void *active_item = 0; |