Skip to content

Commit 2858989

Browse files
committed
Fix more compiler warnings/errors
1 parent 2d48748 commit 2858989

8 files changed

Lines changed: 2424 additions & 2433 deletions

CADability.Forms/PaintToOpenGL.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ struct state
6262
Color backgroundColor; // Die Hintergrundfarbe um sicherzustellen, dass nicht mit dieser farbe
6363
// gezeichnet wird
6464
Color selectColor;
65-
Color lastColor; // if twice the same color was selected with alpha==0, then this is color override state
6665
bool colorOverride = false;
67-
Color overrideColor;
6866

6967
// Glu.GLUnurbs nurbsRenderer;
7068
OpenGlList currentList;

CADability.Forms/PropertiesExplorer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private void ListBox_DrawItem(object sender, DrawItemEventArgs e)
174174

175175
#region textBox
176176
TextBox textBox; // there is only one TextBox for editing labels or values. It is normally hidden and moved, filled and activated when needed
177-
bool endEidtCalled;
178177
private ErrorProvider errorProvider = new ErrorProvider();
179178
public void ShowTextBox(Rectangle screenLocation, string initialText, IPropertyEntry sender, Point screenClickPos)
180179
{

0 commit comments

Comments
 (0)