Browse Source

Remove unused header

newinvert
Marek Roszko 2 years ago
parent
commit
43a59275c3
  1. 1
      common/gal/hidpi_gl_3D_canvas.cpp
  2. 2
      include/gal/hidpi_gl_canvas.h

1
common/gal/hidpi_gl_3D_canvas.cpp

@ -23,7 +23,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <settings/common_settings.h>
#include <gal/hidpi_gl_3D_canvas.h>
const float HIDPI_GL_3D_CANVAS::m_delta_move_step_factor = 0.7f;

2
include/gal/hidpi_gl_canvas.h

@ -27,8 +27,6 @@
#ifndef HIDPI_GL_CANVAS_H
#define HIDPI_GL_CANVAS_H
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <view/view_controls.h>
#include <wx/glcanvas.h>

Loading…
Cancel
Save