From df120c18415a79d1a41a28a5d2c0b9a799011b59 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 7 Jan 2001 18:41:15 +0000 Subject: Removed unused include files git-svn-id: http://svn.leocad.org/trunk@224 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/dlgpiece.cpp | 1 - linux/main.cpp | 1 - linux/system.cpp | 2 -- linux/toolbar.cpp | 1 - 4 files changed, 5 deletions(-) (limited to 'linux') diff --git a/linux/dlgpiece.cpp b/linux/dlgpiece.cpp index c5719e0..e68e2e6 100755 --- a/linux/dlgpiece.cpp +++ b/linux/dlgpiece.cpp @@ -13,7 +13,6 @@ #include #include #include "opengl.h" -#include "gtkglarea.h" #include "gtktools.h" #include "system.h" #include "typedefs.h" diff --git a/linux/main.cpp b/linux/main.cpp index 2297567..9e65d28 100644 --- a/linux/main.cpp +++ b/linux/main.cpp @@ -12,7 +12,6 @@ #include #include #include "opengl.h" -#include "gtkglarea.h" #include "project.h" #include "toolbar.h" #include "globals.h" diff --git a/linux/system.cpp b/linux/system.cpp index f216a9e..d34a0a7 100644 --- a/linux/system.cpp +++ b/linux/system.cpp @@ -7,8 +7,6 @@ #include #include #include "opengl.h" -#include "gdkgl.h" -#include "gtkglarea.h" #include "gtkmisc.h" #include "camera.h" #include "project.h" diff --git a/linux/toolbar.cpp b/linux/toolbar.cpp index fa12a73..b53d772 100644 --- a/linux/toolbar.cpp +++ b/linux/toolbar.cpp @@ -607,7 +607,6 @@ void colorlist_set(int new_color) // Create the pieces toolbar GtkWidget* create_piecebar (GtkWidget *window, GLWindow *share) { - int attrlist[] = { GLX_RGBA, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 16, 0 }; gchar *titles[2] = { "Description", "Number" }; GtkWidget *vbox1, *hbox, *vpan, *scroll_win, *frame, *button, *arrow; -- cgit v1.2.3