Subversion Repositories filter_foundry

Rev

Rev 430 | Rev 444 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 430 Rev 433
Line 66... Line 66...
66
 
66
 
67
/* copy dialog settings to global variables (sliders, expressions) */
67
/* copy dialog settings to global variables (sliders, expressions) */
68
 
68
 
69
void updateglobals(DIALOGREF dp){
69
void updateglobals(DIALOGREF dp){
70
 
70
 
-
 
71
        UNREFERENCED_PARAMETER(dp);
-
 
72
 
71
        // DM 28 Nov 2021: Removed this function. It makes no sense! The internal state is in the memory
73
        // DM 28 Nov 2021: Removed this function. It makes no sense! The internal state is in the memory
72
        // and the dialog is only the view!
74
        // and the dialog is only the view!
73
 
75
 
74
        /*
76
        /*
75
        int i;
77
        int i;