FLTK logo

[master] 81941c5 - Remove useless Fl_GDI_Graphics_Driver::reset_spot()

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 81941c5 - Remove useless Fl_GDI_Graphics_Driver::reset_spot() "ManoloFLTK" Aug 03, 2020  
 
commit 81941c5597f0fd5310036312efd9112922f3c164
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Mon Aug 3 17:31:55 2020 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Mon Aug 3 17:32:09 2020 +0200

    Remove useless Fl_GDI_Graphics_Driver::reset_spot()

 src/drivers/GDI/Fl_GDI_Graphics_Driver.H   | 1 -
 src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | 4 ----
 2 files changed, 5 deletions(-)

diff --git src/drivers/GDI/Fl_GDI_Graphics_Driver.H src/drivers/GDI/Fl_GDI_Graphics_Driver.H
index 7dd947f..36750f7 100644
--- src/drivers/GDI/Fl_GDI_Graphics_Driver.H
+++ src/drivers/GDI/Fl_GDI_Graphics_Driver.H
@@ -138,7 +138,6 @@ protected:
   void set_color(Fl_Color i, unsigned int c);
   void free_color(Fl_Color i, int overlay);
   void set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win);
-  void reset_spot();
   virtual Fl_Font set_fonts(const char *name);
   virtual int get_font_sizes(Fl_Font fnum, int*& sizep);
   virtual const char* get_font_name(Fl_Font fnum, int* ap);
diff --git src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
index 1e0b11c..1938fc5 100644
--- src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
+++ 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;
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.