yannikschaelte / MiniPlaner

Software zum automatischen Erstellen von Messdienerplänen.
https://yannikschaelte.github.io/MiniPlaner
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Remove unused field 'selectedCol' #42

Closed mkroening closed 4 years ago

mkroening commented 4 years ago

Compilation with clang on macOS (from #41) gave the following warning:

 In file included from ../src/view-data/MinisPanel.cpp:8:
../src/view-data/../view/../view-data/MinisPanel.h:26:6: warning: private field 'selectedCol' is not used [-Wunused-private-field]
        int selectedCol = -1;
            ^
1 warning generated.

Shall we just clean up the code as proposed here or reimplement the function?