diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-08-03 17:31:55 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-08-03 17:32:09 +0200 |
| commit | 81941c5597f0fd5310036312efd9112922f3c164 (patch) | |
| tree | 80d6688c0533572a0ec78bcdb2413066c3fcdadc /src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | |
| parent | 4d0b04456e29db20509fc1747518a3840ee7715b (diff) | |
Remove useless Fl_GDI_Graphics_Driver::reset_spot()
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx index 1e0b11c82..1938fc5d5 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx @@ -212,10 +212,6 @@ typedef BOOL(WINAPI* flTypeImmReleaseContext)(HWND, HIMC); extern flTypeImmReleaseContext flImmReleaseContext; -void Fl_GDI_Graphics_Driver::reset_spot() -{ -} - void Fl_GDI_Graphics_Driver::set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win) { if (!win) return; |
