فهرست منبع

LibGUI: Remove unused method definitions from GlyphMapWidget

These got added recently but were never implemented, so let's remove
them. :^)
Sam Atkins 3 سال پیش
والد
کامیت
70a79ea70c
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      Userland/Libraries/LibGUI/GlyphMapWidget.h

+ 0 - 4
Userland/Libraries/LibGUI/GlyphMapWidget.h

@@ -71,10 +71,6 @@ private:
 
 
     Gfx::IntRect get_outer_rect(int glyph) const;
     Gfx::IntRect get_outer_rect(int glyph) const;
 
 
-    void cut_glyph(int glyph);
-    void copy_glyph(int glyph);
-    void paste_glyph(int glyph);
-    void delete_glyph(int glyph);
     void recalculate_content_size();
     void recalculate_content_size();
 
 
     int m_glyph_count { 0x110000 };
     int m_glyph_count { 0x110000 };