Skip to content

Commit dc64026

Browse files
authored
Update ShaderWindow.h
1 parent 694dea6 commit dc64026

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ShaderGlass/ShaderWindow.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ class ShaderWindow
140140
int GetRegistryInt(const wchar_t* name, int default);
141141
void SaveRegistryInt(const wchar_t* name, int value);
142142
void DeleteRegistry(const wchar_t* name);
143-
void GetStartingPosition(int& x, int& y, int& w, int& h);
144-
void SaveStartingPosition();
145-
void ForgetStartingPosition();
146-
bool GetStartingPositionState();
147-
void SaveStartingPositionState(bool state);
148143
void SaveRecentProfiles();
149144
void LoadRecentProfiles();
150145
void AddRecentProfile(const std::wstring& path);
@@ -170,4 +165,4 @@ class ShaderWindow
170165
BOOL CALLBACK EnumWindowsProc(_In_ HWND hwnd, _In_ LPARAM lParam);
171166
BOOL CALLBACK EnumDisplayMonitorsProc(_In_ HMONITOR hMonitor, _In_ HDC hDC, _In_ LPRECT lpRect, _In_ LPARAM lParam);
172167
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
173-
};
168+
};

0 commit comments

Comments
 (0)