mirror of https://github.com/fltk/fltk
Remove useless Fl_GDI_Graphics_Driver::reset_spot()
This commit is contained in:
parent
4d0b04456e
commit
81941c5597
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue